Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Apr 21, 2023
1 parent a6d18f5 commit 7bdc486
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pydoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Debug info
run: cat "${{ github.event_path }}"

- name: Extract version tag
id: version
if: github.event_name == 'release' && github.event.action == 'published'
Expand All @@ -31,5 +34,5 @@ jobs:
mike deploy $version
git push origin gh-pages:gh-pages
else
mike deploy foo
mike deploy latest-generated
fi

0 comments on commit 7bdc486

Please sign in to comment.