Skip to content

Commit

Permalink
chore: Added .yarnrc and updated arweave-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobinstein committed Aug 1, 2024
1 parent 1f92f81 commit 294a0d5
Show file tree
Hide file tree
Showing 5 changed files with 2,066 additions and 19,451 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/arweave-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js environment for docs build
uses: actions/setup-node@v2
with:
node-version: "16"
node-version: "20"

- name: Install Yarn
run: npm install -g yarn
Expand All @@ -27,17 +27,6 @@ jobs:
yarn build
cd ..
- name: Setup Node.js v20 for deployment
uses: actions/setup-node@v2
with:
node-version: "20"

- name: Install dependencies for deployment script
run: |
cd docs
npm install permaweb-deploy --include=dev --force
cd ..
- name: Run deployment script
env:
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
Expand Down
1 change: 1 addition & 0 deletions docs/.yarnrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ignore-engines true
Loading

0 comments on commit 294a0d5

Please sign in to comment.