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 004dc41 commit 0d97815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: peaceiris/actions-gh-pages@v4
with:
deploy_key: ${{ secrets.OPENFISCADOTORG_DEPLOY_KEY }}
publish_dir: build
publish_dir: build/html
external_repository: openfisca/openfisca.org
destination_dir: doc
publish_branch: test-cd # TESTING

0 comments on commit 0d97815

Please sign in to comment.