Skip to content

Commit

Permalink
doc: update the deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie authored Jul 16, 2024
1 parent 964964d commit b8ae0ff
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,12 @@ on:
- main
workflow_dispatch:

permissions:
contents: read
pages: write
id-token: write

concurrency:
group: "pages"
cancel-in-progress: false

jobs:
build:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -30,7 +22,6 @@ jobs:
with:
submodules: true
fetch-depth: 0
- uses: actions/configure-pages@v5
- uses: actions/setup-node@v4
- run: |
make docs
Expand Down

0 comments on commit b8ae0ff

Please sign in to comment.