fix action?

This commit is contained in:
zyl 2024-06-21 14:51:47 -07:00
parent a9fda37e31
commit d6c13c981d
No known key found for this signature in database

View file

@ -46,7 +46,15 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: "build"
- name: Deploy to GitHub Pages
path: "./site/build/"
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy to Github Pages
id: deployment
uses: actions/deploy-pages@v4