Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/ZeroCatDev/scratch-gui i…
Browse files Browse the repository at this point in the history
…nto develop
  • Loading branch information
SunWuyuan committed Jul 26, 2024
2 parents 7463a78 + d153aa5 commit 3a9b868
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
contents: write
pages: write
id-token: write

Expand Down Expand Up @@ -64,6 +64,14 @@ jobs:
SSH_PRIVATE_KEY: ${{ secrets.DEPLOY_PRIVATE_KEY }}
KNOWN_HOSTS_FILE: known_hosts # Path relative to the root of the repository

- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build
publish_branch: build


- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4

0 comments on commit 3a9b868

Please sign in to comment.