Skip to content

Commit

Permalink
adding upload-pages-artifact step to docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
whubsch committed Sep 21, 2024
1 parent 2f1add5 commit f27aa62
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,8 @@ jobs:
steps:
- name: Configure Pages
uses: actions/configure-pages@v5
- id: deployment
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit f27aa62

Please sign in to comment.