Skip to content

Commit

Permalink
Deploy gh-pages to geoext3 path
Browse files Browse the repository at this point in the history
  • Loading branch information
simonseyock committed May 21, 2021
1 parent f4c4b25 commit 376ca55
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/on-push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,11 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./master
destination_dir: ./master

- name: Deploy gh-pages to geoext3 path
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.GEOEXT_GITHUB_IO_DEPLOY_KEY }}
external_repository: geoext/geoext.github.io
publish_dir: ./master
destination_dir: ./geoext3/master/

0 comments on commit 376ca55

Please sign in to comment.