We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c61aa2d commit d56d6bdCopy full SHA for d56d6bd
1 file changed
.github/workflows/gh-pages.yml
@@ -100,6 +100,7 @@ jobs:
100
uses: peaceiris/actions-gh-pages@v3
101
with:
102
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
103
- # NB: We publish to gh-pages-7.x, on major upgrade change the gh-pages branch
104
- publish_branch: gh-pages-${{ steps.current_branch.outputs.branch }}
105
- publish_dir: ./docs
+ external_repository: gadget-framework/gadget-framework.github.io
+ publish_branch: master
+ publish_dir: ./docs/dev
106
+ destination_dir: ./mfdb/
0 commit comments