Skip to content

Commit

Permalink
Merge pull request #81 from PenguinMod/new-api-integration
Browse files Browse the repository at this point in the history
Revert "Merge branch 'develop' into new-api-integration"
  • Loading branch information
Ianyourgod authored Nov 11, 2024
2 parents 17eb830 + e6ebe4c commit b744c54
Show file tree
Hide file tree
Showing 55 changed files with 3,789 additions and 11,124 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
with:
node-version: 16.x
- name: Install dependencies and build site
#run: npm i -g bun && bun i && NODE_ENV=production webpack --bail
run: npm i -g pnpm@v6 && pnpm i --shamefully-hoist --force && NODE_ENV=production webpack --bail
run: npm i -g pnpm@v6 && pnpm up && pnpm i --shamefully-hoist --force && NODE_ENV=production webpack --bail
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand All @@ -37,7 +36,7 @@ jobs:
deploy:
environment:
name: github-pages
url: 'https://penguinmod.com/project'
url: 'https://penguinmod-home-git-new-backend-live-penguinmod.vercel.app/project'
runs-on: ubuntu-latest
needs: build
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
scratch-gui modified for use in [TurboWarp](https://turbowarp.org/) then modified for use in [PenguinMod](https://studio.penguinmod.com) 😀
scratch-gui modified for use in [TurboWarp](https://turbowarp.org/) then modified for use in [PenguinMod](https://jwklong.github.io/penguinmod.github.io) 😀
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/PenguinMod/penguinmod.github.io/)
## Setup

Expand Down
Binary file removed favicon.png
Binary file not shown.
Loading

0 comments on commit b744c54

Please sign in to comment.