We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eef142 commit 25ed80eCopy full SHA for 25ed80e
1 file changed
.github/workflows/release.yaml
@@ -88,15 +88,6 @@ jobs:
88
run:
89
shell: bash -l {0}
90
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
100
steps:
101
- uses: actions/checkout@v4
102
@@ -118,18 +109,3 @@ jobs:
118
109
run: |
119
110
cd docs
120
111
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
128
- uses: actions/upload-pages-artifact@v3
129
- with:
130
- path: docs/build/html
131
132
- - name: Deploy to GitHub Pages
133
134
- id: deployment
135
- uses: actions/deploy-pages@v4
0 commit comments