Skip to content

Commit

Permalink
Disable manifest generation
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjameson committed Sep 26, 2024
1 parent 49ef496 commit 6c89dac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ jobs:
- name: Make a manifests directory if it does not exist
run: mkdir -p "./client/src/content/manifests"

- name: Generate manifest
if: ${{ env.project_publish_publish_pages_app == 'true' }}
run: npx tsx ./client/generate-iiif-3-manifests.ts -d './data' -u "https://${{ github.repository_owner }}.github.io/${{ env.project_project_slug}}" -s 'false'
# - name: Generate manifest
# if: ${{ env.project_publish_publish_pages_app == 'true' }}
# run: npx tsx ./client/generate-iiif-3-manifests.ts -d './data' -u "https://${{ github.repository_owner }}.github.io/${{ env.project_project_slug}}" -s 'false'

- name: Build Astro Client
uses: withastro/action@v2
Expand Down

0 comments on commit 6c89dac

Please sign in to comment.