Skip to content

Commit

Permalink
fixed path
Browse files Browse the repository at this point in the history
  • Loading branch information
timarnoldev authored Feb 18, 2024
1 parent f9a7cec commit 6935585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: mkdir -p temp_repo/pages/${{ github.event.repository.name }}

- name: Copy docs folder
run: cp -r docs temp_repo/pages/${{ github.event.repository.name }}
run: cp -r docs/. temp_repo/pages/${{ github.event.repository.name }}

- name: Commit and push changes
working-directory: temp_repo
Expand Down

0 comments on commit 6935585

Please sign in to comment.