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: defaults:
run: run:
shell: bash shell: bash
working-directory: ./scripts working-directory: ./docs
on: on:
push: push:

View file

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