Skip to content

Commit e2440cf

Browse files
committed
Merge branch 'develop' into new-api-integration
2 parents 1395ac5 + ee27c07 commit e2440cf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+11125
-3791
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
with:
2828
node-version: 16.x
2929
- name: Install dependencies and build site
30-
run: npm i -g pnpm@v6 && pnpm up && pnpm i --shamefully-hoist --force && NODE_ENV=production webpack --bail
30+
#run: npm i -g bun && bun i && NODE_ENV=production webpack --bail
31+
run: npm i -g pnpm@v6 && pnpm i --shamefully-hoist --force && NODE_ENV=production webpack --bail
3132
- name: Upload artifact
3233
uses: actions/upload-pages-artifact@v1
3334
with:
@@ -36,7 +37,7 @@ jobs:
3637
deploy:
3738
environment:
3839
name: github-pages
39-
url: 'https://penguinmod-home-git-new-backend-live-penguinmod.vercel.app/project'
40+
url: 'https://penguinmod.com/project'
4041
runs-on: ubuntu-latest
4142
needs: build
4243
steps:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
scratch-gui modified for use in [TurboWarp](https://turbowarp.org/) then modified for use in [PenguinMod](https://jwklong.github.io/penguinmod.github.io) 😀
1+
scratch-gui modified for use in [TurboWarp](https://turbowarp.org/) then modified for use in [PenguinMod](https://studio.penguinmod.com) 😀
22
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/PenguinMod/penguinmod.github.io/)
33
## Setup
44

favicon.png

8.78 KB
Loading

0 commit comments

Comments
 (0)