Skip to content

Commit

Permalink
Remove hint to change something. Not necessary any more #17
Browse files Browse the repository at this point in the history
  • Loading branch information
sroertgen committed Mar 14, 2024
1 parent 20edd2c commit 00a384e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:

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

- run: git clone https://github.com/$GITHUB_REPOSITORY.git data/ # <-- add link to your repo here
- run: git clone https://github.com/$GITHUB_REPOSITORY.git data/

- name: make .env file
run: |
Expand All @@ -130,3 +130,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public

0 comments on commit 00a384e

Please sign in to comment.