Skip to content

Commit

Permalink
Updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shner-elmo committed Jul 7, 2024
1 parent 64d58f4 commit 99af556
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Run `pdoc` on current branch `master`/`live`
run: |
echo ${{ github.event.pull_request.head.ref }}
echo ${{ github.ref_name }}
echo ${{ github.ref }}
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 99af556

Please sign in to comment.