Skip to content

Commit

Permalink
chore: test permaweb deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobinstein committed Jul 31, 2024
1 parent a267826 commit 631e602
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/arweave-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@ jobs:
- name: Install Yarn
run: npm install -g yarn

- name: Build Docs Portal
- name: Install dependencies
run: |
cd docs
yarn install --frozen-lockfile
yarn build
cd ..
- name: Install dependencies for deployment script
Expand All @@ -35,5 +34,7 @@ jobs:
env:
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
DEPLOY_ANT_PROCESS_ID: ${{ secrets.DEPLOY_ANT_PROCESS_ID}}
run: yarn deploy
run: |
cd docs
yarn deploy

0 comments on commit 631e602

Please sign in to comment.