Skip to content

Commit

Permalink
copy config files
Browse files Browse the repository at this point in the history
  • Loading branch information
zain-sohail committed Nov 3, 2023
1 parent 0b3da5b commit a7ab318
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ jobs:
sudo dpkg -i pandoc-3.1.8-1-amd64.deb
- name: copy tutorial files to docs
run: cp -r $GITHUB_WORKSPACE/tutorial $GITHUB_WORKSPACE/docs/
run: |
cp -r $GITHUB_WORKSPACE/tutorial $GITHUB_WORKSPACE/docs/
cp -r $GITHUB_WORKSPACE/sed/config $GITHUB_WORKSPACE/docs/tutorial/
- name: download WSe2 data
run: |
Expand All @@ -71,7 +73,6 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
# Upload entire repository
path: '_build'

# Deployment job
Expand Down

0 comments on commit a7ab318

Please sign in to comment.