Skip to content

Commit b744c54

Browse files
authored
Merge pull request #81 from PenguinMod/new-api-integration
Revert "Merge branch 'develop' into new-api-integration"
2 parents 17eb830 + e6ebe4c commit b744c54

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

+3789
-11124
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ jobs:
2727
with:
2828
node-version: 16.x
2929
- name: Install dependencies and build site
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
30+
run: npm i -g pnpm@v6 && pnpm up && pnpm i --shamefully-hoist --force && NODE_ENV=production webpack --bail
3231
- name: Upload artifact
3332
uses: actions/upload-pages-artifact@v1
3433
with:
@@ -37,7 +36,7 @@ jobs:
3736
deploy:
3837
environment:
3938
name: github-pages
40-
url: 'https://penguinmod.com/project'
39+
url: 'https://penguinmod-home-git-new-backend-live-penguinmod.vercel.app/project'
4140
runs-on: ubuntu-latest
4241
needs: build
4342
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://studio.penguinmod.com) 😀
1+
scratch-gui modified for use in [TurboWarp](https://turbowarp.org/) then modified for use in [PenguinMod](https://jwklong.github.io/penguinmod.github.io) 😀
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
Binary file not shown.

0 commit comments

Comments
 (0)