Merge pull request 'Wiki automation test #2' (#5) from autowiki/pulse into master
/ publish (push) Failing after 26s

Looks better than nothing to me
This commit was merged in pull request #5.
This commit is contained in:
2026-06-09 08:50:53 +00:00
+5 -5
View File
@@ -20,16 +20,16 @@ jobs:
- name: Checkout ncmr-songs - name: Checkout ncmr-songs
env: env:
FAPAT: ${{ secrets.FAPAT }} FAPAT: ${{ secrets.FAPAT }}
GITEA_URL: ${{ vars.GITEA_URL }} URL_TO_GITEA: ${{ vars.URL_TO_GITEA }}
run: | run: |
git clone "http://mikkeli:${FAPAT}@${GITEA_URL#http://}/mikkeli/ncmr-songs" ncmr-songs git clone "http://mikkeli:${FAPAT}@${URL_TO_GITEA#http://}/mikkeli/ncmr-songs" ncmr-songs
git -C ncmr-songs checkout ${{ github.sha }} git -C ncmr-songs checkout ${{ github.sha }}
- name: Checkout auto-wiki (renderer) - name: Checkout auto-wiki (renderer)
env: env:
FAPAT: ${{ secrets.FAPAT }} FAPAT: ${{ secrets.FAPAT }}
GITEA_URL: ${{ vars.GITEA_URL }} URL_TO_GITEA: ${{ vars.URL_TO_GITEA }}
run: git clone "http://mikkeli:${FAPAT}@${GITEA_URL#http://}/mikkeli/novoyuuparosk-auto-wiki" auto-wiki run: git clone "http://mikkeli:${FAPAT}@${URL_TO_GITEA#http://}/mikkeli/novoyuuparosk-auto-wiki" auto-wiki
- name: Install Python deps - name: Install Python deps
run: pip install --no-cache-dir -r auto-wiki/pipelines/songs/requirements.txt run: pip install --no-cache-dir -r auto-wiki/pipelines/songs/requirements.txt
@@ -57,7 +57,7 @@ jobs:
WIKI_BOT_USER: ${{ secrets.WIKI_BOT_USER }} WIKI_BOT_USER: ${{ secrets.WIKI_BOT_USER }}
WIKI_BOT_PASSWORD: ${{ secrets.WIKI_BOT_PASSWORD }} WIKI_BOT_PASSWORD: ${{ secrets.WIKI_BOT_PASSWORD }}
SOURCE_REF: ${{ github.sha }} SOURCE_REF: ${{ github.sha }}
GITEA_REPO_URL: ${{ vars.GITEA_URL }}/mikkeli/ncmr-songs GITEA_REPO_URL: ${{ vars.URL_TO_GITEA }}/mikkeli/ncmr-songs
run: | run: |
if [ "${{ steps.diff.outputs.mode }}" = "all" ]; then if [ "${{ steps.diff.outputs.mode }}" = "all" ]; then
python auto-wiki/pipelines/songs/render.py --source-dir ncmr-songs --all python auto-wiki/pipelines/songs/render.py --source-dir ncmr-songs --all