Skip to content

Commit

Permalink
deploy documentation only on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
zsigmas committed Jun 3, 2024
1 parent 794be7c commit ec591b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/package_building.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
lychee . --format markdown --verbose --no-progress >> $GITHUB_STEP_SUMMARY
shell: bash

- name: Checkout gh-pages branch ⬇️
- name: Checkout gh-pages branch ⬇️
if: github.ref_name == 'main'
uses: actions/checkout@v4
with:
path: gh-pages
Expand Down

0 comments on commit ec591b9

Please sign in to comment.