fix: match the url as prev

This commit is contained in:
Austin Pickett 2026-04-15 23:33:03 -04:00
parent 139b9ae1e3
commit 9f759d1771

View file

@ -69,10 +69,15 @@ jobs:
run: npm run build
working-directory: website
- name: Stage deployment
run: |
mkdir -p _site/docs
cp -r website/build/* _site/docs/
- name: Upload artifact
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3
with:
path: website/build
path: _site
- name: Deploy to GitHub Pages
id: deploy