Fix: restore embedpdf workflow, external xlsx reference

This commit is contained in:
Connor Smith
2026-01-09 02:53:50 +00:00
parent 280348763d
commit 1fc962082a
9 changed files with 540 additions and 273 deletions

View File

@@ -31,9 +31,10 @@ env:
jobs:
# Single deploy job since we're just deploying
deploy:
environment:
name: github-pages
deploy:
if: github.repository == 'alam00000/bentopdf'
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps: