Simplified web view

This commit is contained in:
2024-05-30 10:07:30 +02:00
parent c53138a6cb
commit 8e989d9330
4 changed files with 38 additions and 24 deletions

View File

@ -67,8 +67,8 @@ jobs:
python3 ${GITHUB_WORKSPACE}/.github/prepare_web_viewer.py \
--src-path=${GITHUB_WORKSPACE}/src \
--out-path=/tmp/webviewer \
--pdfs-path=${GITHUB_WORKSPACE}/.compiled \
--template-path=${GITHUB_WORKSPACE}/.github/web-viewer \
--gh-raw-pdf-url="https://raw.githubusercontent.com/NotXia/unibo-ai-notes/pdfs"
- name: Move to pages branch
uses: s0/git-publish-subdir-action@develop