ci: fix deploy config (#1454)

This commit is contained in:
Alex Bäuerle 2024-04-29 10:28:30 -07:00 committed by GitHub
parent cd58194d2a
commit b3930ad195
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,7 +34,7 @@ jobs:
if: github.ref == 'refs/heads/main'
uses: actions/upload-pages-artifact@v3
with:
path: build
path: docs/build
deploy:
name: Deploy to GitHub Pages
@ -49,9 +49,6 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
defaults:
run:
working-directory: docs
steps:
- name: Deploy to GitHub Pages
id: deployment