Skip to content

Commit d56d6bd

Browse files
committed
.github/gh-pages: Publish to gadget-framework.github.io
The deploy key had expired anyway, so might as well change to pushing to the single website.
1 parent c61aa2d commit d56d6bd

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ jobs:
100100
uses: peaceiris/actions-gh-pages@v3
101101
with:
102102
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
103+
external_repository: gadget-framework/gadget-framework.github.io
104+
publish_branch: master
105+
publish_dir: ./docs/dev
106+
destination_dir: ./mfdb/

0 commit comments

Comments
 (0)