Skip to content

Commit

Permalink
Merge pull request #3 from objectionary/fix-lean-workflow
Browse files Browse the repository at this point in the history
Fix: Publish docs on master (was main)
  • Loading branch information
fizruk authored Dec 28, 2023
2 parents 3b5891d + ec09909 commit 6015c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
lake -R -Kenv=dev build PhiCalculus:docs
- name: '🚀 Publish Documentation'
if: ${{ github.ref_name == 'main' && github.event_name == 'push' }}
if: ${{ github.ref_name == 'master' && github.event_name != 'pull_request' }}
uses: JamesIves/github-pages-deploy-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 6015c5b

Please sign in to comment.