Skip to content

Commit

Permalink
Update deploy-github-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrApplejuice authored Sep 14, 2023
1 parent 7473f4b commit 9199b31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ jobs:
defaults:
run:
shell: bash
working-directory: ./web
working-directory: web
steps:
- name: Test
run: ls -lah && pwd
- name: Setup pipenv build environment
run: pipenv install
- name: Build install
Expand Down

0 comments on commit 9199b31

Please sign in to comment.