Skip to content

Commit

Permalink
latest
Browse files Browse the repository at this point in the history
  • Loading branch information
nwagner84 committed Apr 2, 2024
1 parent 56bdbc7 commit 86b61f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,12 +227,13 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- uses: Swatinem/rust-cache@v2
- uses: peaceiris/actions-hugo@v2
with:
hugo-version: 'latest'
extended: true
- run: make docs
- name: gh-pages
- name: deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/main' }}
permissions:
Expand Down

0 comments on commit 86b61f8

Please sign in to comment.