Skip to content

Commit

Permalink
Update for merge-upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Jan 14, 2024
1 parent 264aca5 commit 41e9db7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout self
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Checkout scratch-gui
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: TurboWarp/scratch-gui
path: scratch-gui
- name: Setup GitHub Pages
id: pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v4
- name: Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 14.x
node-version: 20
- name: Build
run: |
cd scratch-gui
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Patch
run: python3 patch.py
- name: Upload pages artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: ./scratch-gui/build/
retention-days: 30
Expand All @@ -56,4 +56,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

0 comments on commit 41e9db7

Please sign in to comment.