Skip to content

Commit

Permalink
ci: upgrade action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
igordejanovic committed Jun 1, 2024
1 parent 7de8a4e commit 1702f98
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true

Expand All @@ -47,12 +47,11 @@ jobs:
nix build -o book
- name: Setup Pages
uses: actions/configure-pages@v2
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: 'docs/book/html'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1

uses: actions/deploy-pages@v4

0 comments on commit 1702f98

Please sign in to comment.