Skip to content

Commit

Permalink
Content panel module in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Trolloldem committed Nov 7, 2023
1 parent 49fb0b4 commit 4231417
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:
- name: Install Hugo CLI
run: |
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
- name: Upgrade content panel module
run: hugo mod get -u github.com/hbstack/content-panel
- name: Install Dart Sass
run: sudo snap install dart-sass
- name: Checkout
Expand Down

0 comments on commit 4231417

Please sign in to comment.