Skip to content

Commit

Permalink
Merge pull request #84 from Synthetixio/feat/dbt-docs-pages
Browse files Browse the repository at this point in the history
Fix target directory
  • Loading branch information
Tburm authored Jul 18, 2024
2 parents 59cae18 + 880b010 commit 654119b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ 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 }}
publish_dir: target
publish_dir: transformers/synthetix/target
force_orphan: true

0 comments on commit 654119b

Please sign in to comment.