Skip to content

Commit

Permalink
TRy to fix IIIF presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cmahnke committed Jul 1, 2024
1 parent 6a06af2 commit ce43dde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
extended: true

- name: Create IIIF derivates
run: docker run -e CHOWN_UID=${UID} -v ${PWD}:${PWD} ghcr.io/cmahnke/iiif-action:latest-jxl-uploader sh -c "cd ${PWD} && ./scripts/iiif.sh"
run: docker run -e CHOWN_UID=${UID} -e URL_PREFIX="https://christianmahnke.de/" -v ${PWD}:${PWD} ghcr.io/cmahnke/iiif-action:latest-jxl-uploader sh -c "cd ${PWD} && ./scripts/iiif.sh"

- name: Generate Files
run: |
Expand Down
2 changes: 2 additions & 0 deletions assets/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ window.$ = window.jQuery = require('jquery');
import { addConsent } from './iframe-consent';
import { initMap } from './maps/osm-map.js';

require('./iiif-presentation-viewer');

/* See https://github.com/rgalus/sticky-js */
/* window.Sticky = require('sticky-js'); */
import stickybits from 'stickybits'
Expand Down

0 comments on commit ce43dde

Please sign in to comment.