Skip to content

Commit

Permalink
Deploy pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
smimram committed Oct 2, 2024
1 parent be6a55a commit 44cbfc3
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ jobs:
uses: actions/upload-pages-artifact@v2
with:
path: _build/default/_doc/_html
# deploy:
# needs: build
# permissions:
# pages: write
# id-token: write
# environment:
# name: github-pages
# url: ${{ steps.deployment.outputs.page_url }}
# runs-on: ubuntu-latest
# steps:
# - name: Deploy website
# id: deployment
# uses: actions/deploy-pages@v2
deploy:
needs: build
permissions:
pages: write
id-token: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Deploy website
id: deployment
uses: actions/deploy-pages@v2

0 comments on commit 44cbfc3

Please sign in to comment.