Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Girish-Anadv-07 committed Oct 27, 2023
1 parent 97431ab commit 50ff004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
run: |
cd sphinx-build
make clean html
rm -rf build dist gunfolds.egg-info
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
Expand All @@ -47,6 +46,7 @@ jobs:

- name: Publish to Pypi
run: |
rm -rf build dist gunfolds.egg-info
ls
git stash
git fetch --all
Expand Down

0 comments on commit 50ff004

Please sign in to comment.