Skip to content

Commit bfb9efd

Browse files
update workflow file
1 parent 3459db6 commit bfb9efd

File tree

3 files changed

+2
-42
lines changed

3 files changed

+2
-42
lines changed

.github/workflows/docs_pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
2727
- name: Deploy documentation
2828
uses: peaceiris/actions-gh-pages@v4
29-
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
29+
if: github.event_name == 'push' && github.ref == 'refs/heads/dev'
3030
with:
3131
publish_branch: gh-pages
3232
github_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/python-package.yml

Lines changed: 0 additions & 41 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,3 +239,4 @@ fabric.properties
239239
.idea/
240240

241241
*.pyc
242+
/poetry.lock

0 commit comments

Comments
 (0)