change working dir

This commit is contained in:
Justin Lee 2024-11-06 15:19:38 -08:00
parent 6cd67d0cbd
commit d0d785235d
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ name: Deploy to GitHub Pages
defaults:
run:
shell: bash
working-directory: ./scripts
working-directory: ./docs
on:
push:

View file

@ -3,7 +3,7 @@ name: Test deployment
defaults:
run:
shell: bash
working-directory: ./scripts
working-directory: ./docs
on:
pull_request: