Skip to content

Commit

Permalink
Fix path for plot2 in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
qinip committed Sep 15, 2024
1 parent bca45f1 commit 4736a88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate_plots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:
- name: Run Plot2 script
run: |
cd ../plot2
cd docs/plot2
python pci_nko_fg2.py
ls -la
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs
publish_dir: docs

0 comments on commit 4736a88

Please sign in to comment.