Skip to content

Commit

Permalink
added missing id
Browse files Browse the repository at this point in the history
  • Loading branch information
smellman committed Jan 1, 2025
1 parent 0cae464 commit 2cb0415
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
run: npx honkit build
- run: touch _book/.nojekyll
- name: Deploy
id: deployment
uses: actions/upload-pages-artifact@v3
with:
path: _book
Expand All @@ -58,4 +59,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4

0 comments on commit 2cb0415

Please sign in to comment.