Skip to content

Commit

Permalink
add configure-pages action before deploy-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
aerispaha committed Jun 28, 2024
1 parent bd3ebd6 commit 33d1a11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
pages: write
id-token: write
steps:
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 33d1a11

Please sign in to comment.