Skip to content

Commit 25ed80e

Browse files
authored
docs: fix docs on CI (2) (#269)
1 parent 3eef142 commit 25ed80e

1 file changed

Lines changed: 0 additions & 24 deletions

File tree

.github/workflows/release.yaml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,6 @@ jobs:
8888
run:
8989
shell: bash -l {0}
9090

91-
permissions:
92-
contents: read
93-
pages: write
94-
id-token: write
95-
96-
environment:
97-
name: github-pages
98-
url: ${{ steps.deployment.outputs.page_url }}
99-
10091
steps:
10192
- uses: actions/checkout@v4
10293

@@ -118,18 +109,3 @@ jobs:
118109
run: |
119110
cd docs
120111
make html
121-
122-
- name: Configure GitHub Pages
123-
if: github.ref == 'refs/heads/main'
124-
uses: actions/configure-pages@v5
125-
126-
- name: Upload artifact
127-
if: github.ref == 'refs/heads/main'
128-
uses: actions/upload-pages-artifact@v3
129-
with:
130-
path: docs/build/html
131-
132-
- name: Deploy to GitHub Pages
133-
if: github.ref == 'refs/heads/main'
134-
id: deployment
135-
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)