Skip to content

Commit

Permalink
Merge pull request #394 from opengisch/m-kuhn-patch-1
Browse files Browse the repository at this point in the history
Use deploy key
  • Loading branch information
m-kuhn authored Nov 4, 2023
2 parents 31ca711 + 8c0bc25 commit bbdaa39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@ jobs:
DEFAULT_LANGUAGE_ONLY: false

- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4.2.2
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
clean: true
folder: site
ssh-key: ${{ secrets.DEPLOY_TO_GH_PAGES_PRIVATE_KEY }}

0 comments on commit bbdaa39

Please sign in to comment.