Skip to content

Commit a4f1e5b

Browse files
committed
CI: Simplify pages deploy
Accidentially added this stuff, seem to have broken things
1 parent 70a1e1a commit a4f1e5b

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/build.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -182,14 +182,8 @@ jobs:
182182
contents: write
183183
needs: [build-linux, build-arm, build-esp32, build-macos]
184184
runs-on: ubuntu-latest
185-
environment:
186-
name: github-pages
187-
url: ${{ steps.deployment.outputs.page_url }}
188185

189186
steps:
190-
- name: Setup Pages
191-
uses: actions/configure-pages@v4
192-
193187
- name: Download all artifacts
194188
uses: actions/download-artifact@v4
195189
with:

0 commit comments

Comments
 (0)