Skip to content

Commit

Permalink
Merge pull request #684 from simonseyock/deploy-gh-pages-to-geoext3
Browse files Browse the repository at this point in the history
Deploy gh pages to geoext3
  • Loading branch information
simonseyock committed May 21, 2021
2 parents 95f8fc8 + e475b39 commit 73a3a62
Show file tree
Hide file tree
Showing 2 changed files with 17 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/
9 changes: 9 additions & 0 deletions .github/workflows/on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,12 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./${GITHUB_REF##*/}
destination_dir: ./${GITHUB_REF##*/}


- 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: ./${GITHUB_REF##*/}
destination_dir: ./geoext3/${GITHUB_REF##*/}

0 comments on commit 73a3a62

Please sign in to comment.