Skip to content

Commit

Permalink
ci: need to disable deployment, as we already have a gh-pages setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Nov 21, 2024
1 parent 9f43b17 commit 5822136
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,30 +22,3 @@ jobs:
cd docs/book
npm ci
make all
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

- name: Upload static files as artifact
id: deployment
uses: actions/upload-pages-artifact@v3
with:
path: docs/book/build

deploy:
needs: [ build ]

permissions:
pages: write
id-token: write

environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

runs-on: ubuntu-22.04
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 5822136

Please sign in to comment.