Skip to content

Commit

Permalink
Merge pull request #85 from Synthetixio/feat/dbt-docs-pages
Browse files Browse the repository at this point in the history
Publish on main only
  • Loading branch information
Tburm authored Jul 18, 2024
2 parents 654119b + c02e377 commit 92e8e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
PG_PASSWORD: ${{ secrets.PG_PASSWORD }}
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
# if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
with:
publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 92e8e03

Please sign in to comment.