Skip to content

Commit

Permalink
fixup! Add deploy workflow in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiSG committed May 20, 2024
1 parent 5662b27 commit 004dc41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
uses: peaceiris/actions-gh-pages@v4
with:
deploy_key: ${{ secrets.OPENFISCADOTORG_DEPLOY_KEY }}
publish_dir: build
external_repository: openfisca/openfisca.org
destination_dir: doc
publish_branch: test-cd # TESTING
publish_dir: ./doc

0 comments on commit 004dc41

Please sign in to comment.