Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
melissawm committed Jul 27, 2023
1 parent 867c521 commit faeec09
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,16 @@ jobs:
# invocation below. Locally, you should simply run make docs
run: make -C docs docs GALLERY_PATH=../examples/

- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: docs
path: docs/_build
- name: Debug folders
run: |
echo "pwd"
pwd
echo "ls -l docs"
ls -l docs
echo "ls -l docs/docs"
ls -l docs/docs
echo "ls -l docs/docs/_build"
ls -l docs/docs/_build
- name: Copy permanent files to appropriate folders
uses: nkoppel/push-files-to-another-repository@v1.1.1
Expand Down

0 comments on commit faeec09

Please sign in to comment.