Fixed the build script to use this repository.
Some checks failed
Build Tavernworks / Explore-Gitea-Actions (push) Failing after 2m42s

This commit is contained in:
2025-10-11 20:27:26 -04:00
parent 4c03aea947
commit dede2e9072

View File

@ -19,7 +19,7 @@ jobs:
- name: Clone Repo - name: Clone Repo
uses: https://gitea.com/actions/checkout@v4 uses: https://gitea.com/actions/checkout@v4
with: with:
repository: CyberMages/website repository: CyberMages/tavernworks
token: ${{ secrets.CM_GIT_TOKEN }} token: ${{ secrets.CM_GIT_TOKEN }}
path: ${{ env.SOURCE_DIR }} path: ${{ env.SOURCE_DIR }}
- name: Build Repo - name: Build Repo