Skip to content

Commit

Permalink
Add checkout path to checkout command in GitHub action.
Browse files Browse the repository at this point in the history
  • Loading branch information
awagner-mainz committed Sep 29, 2023
1 parent b7fe709 commit 159c28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- run: chmod -R 2777 public # user in container is node which won't have write access to public

- run: git clone https://github.com/mpilhlt/vocabs-worktime.git
- run: git clone https://github.com/mpilhlt/vocabs-worktime.git data/

- name: make .env.production file
run: echo "BASEURL=/vocabs-worktime" > .env.production
Expand Down

0 comments on commit 159c28b

Please sign in to comment.