Skip to content

Commit

Permalink
chore: probably got th edocusaurus github pages deploy working
Browse files Browse the repository at this point in the history
  • Loading branch information
wheresrhys committed Jul 19, 2024
1 parent 04b5ec5 commit 1036304
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,15 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18
cache: yarn

cache: npm
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build website
run: yarn build

run: npm ci
- name: Test build website
run: npm run build -w docs
- name: Upload Build Artifact
uses: actions/upload-pages-artifact@v3
with:
path: build
path: docs/build

deploy:
name: Deploy to GitHub Pages
Expand Down

0 comments on commit 1036304

Please sign in to comment.