Skip to content

Commit

Permalink
try fixing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl committed Mar 2, 2024
1 parent 79b4e5c commit 915e23a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,9 @@ jobs:
- name: copy tutorial files to docs
run: |
cp -r $GITHUB_WORKSPACE/tutorial $GITHUB_WORKSPACE/docs/
cp -r $GITHUB_WORKSPACE/specsscan/config $GITHUB_WORKSPACE/docs/specsscan
cp -r $GITHUB_WORKSPACE/tests/data $GITHUB_WORKSPACE/docs/tests
cp -r $GITHUB_WORKSPACE/specsscan/config $GITHUB_WORKSPACE/docs/specsscan/
mkdir $GITHUB_WORKSPACE/docs/tests
cp -r $GITHUB_WORKSPACE/tests/data $GITHUB_WORKSPACE/docs/tests/
# To be included later
# - name: Cache docs build
Expand Down

0 comments on commit 915e23a

Please sign in to comment.