Compare commits

...

1 Commits

Author SHA1 Message Date
Madison Grubb
03253c28e6 fix release
All checks were successful
PR / lint (pull_request) Successful in 15s
PR / test-coverage (pull_request) Successful in 21s
2026-03-04 12:36:18 -05:00

View File

@@ -13,9 +13,9 @@ jobs:
container:
image: ghcr.io/puppeteer/puppeteer:latest
env:
OLLAMA_API_URL: ${{ secrets.OLLAMA_API_URL }}
OLLAMA_API_URL: https://ai.keligrubb.com/api/chat/completions
OLLAMA_API_KEY: ${{ secrets.OLLAMA_API_KEY }}
COMFYUI_URL: ${{ secrets.COMFYUI_URL }}
COMFYUI_URL: http://192.168.1.124:8188
steps:
- name: Checkout
uses: https://github.com/actions/checkout@v6
@@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
needs: generate-dungeon
env:
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
GITEA_TOKEN: ${{ secrets.SCROLLSMITH_GITEA_TOKEN }}
steps:
- name: Download PDF artifact
uses: https://github.com/actions/download-artifact@v8