Skip to content

Commit

Permalink
Update GitHub pages workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewjordan committed Aug 15, 2023
1 parent 250d01d commit 7231155
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/gh-pages.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,28 @@ jobs:
runs-on: ubuntu-latest

env:
NEXT_PUBLIC_BASE_PATH: /clover-iiif-proto
NEXT_PUBLIC_BASE_PATH: /clover-iiif

steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]

- name: Checkout
uses: actions/checkout@v3

- name: Setup PNPM
uses: pnpm/action-setup@v2
with:
version: 8

- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: "pnpm"

- name: Install
run: npm ci
run: pnpm install

- name: Build
run: npm run build:docs
run: pnpm run build:docs

- name: Bypass Jekyll
run: touch ./out/.nojekyll
Expand Down

0 comments on commit 7231155

Please sign in to comment.