Skip to content

Commit

Permalink
Testing github event variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels committed Mar 16, 2022
1 parent 9985268 commit a6f8f3a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tools-api-docs-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ jobs:
pip install .
- name: Build HTML docs
run: make --directory ./docs/api html
run: |
make --directory ./docs/api html
echo ${{github.event.base_ref}}
echo ${{ github.event.type}}
- name: Sync dev docs
# Only sync with the website if it was a push from nf-core/tools dev branch
Expand Down

0 comments on commit a6f8f3a

Please sign in to comment.