Skip to content

Commit

Permalink
revert to deploy-pages v2
Browse files Browse the repository at this point in the history
  • Loading branch information
aerispaha committed Jun 28, 2024
1 parent 33d1a11 commit 2bd1fbf
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,7 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
permissions:
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
uses: actions/deploy-pages@v2

0 comments on commit 2bd1fbf

Please sign in to comment.