Merge pull request 'Wiki automation test #2' (#5) from autowiki/pulse into master
/ publish (push) Failing after 26s
/ publish (push) Failing after 26s
Looks better than nothing to me
This commit was merged in pull request #5.
This commit is contained in:
@@ -20,16 +20,16 @@ jobs:
|
||||
- name: Checkout ncmr-songs
|
||||
env:
|
||||
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/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 }}
|
||||
|
||||
- name: Checkout auto-wiki (renderer)
|
||||
env:
|
||||
FAPAT: ${{ secrets.FAPAT }}
|
||||
GITEA_URL: ${{ vars.GITEA_URL }}
|
||||
run: git clone "http://mikkeli:${FAPAT}@${GITEA_URL#http://}/mikkeli/novoyuuparosk-auto-wiki" auto-wiki
|
||||
URL_TO_GITEA: ${{ vars.URL_TO_GITEA }}
|
||||
run: git clone "http://mikkeli:${FAPAT}@${URL_TO_GITEA#http://}/mikkeli/novoyuuparosk-auto-wiki" auto-wiki
|
||||
|
||||
- name: Install Python deps
|
||||
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_PASSWORD: ${{ secrets.WIKI_BOT_PASSWORD }}
|
||||
SOURCE_REF: ${{ github.sha }}
|
||||
GITEA_REPO_URL: ${{ vars.GITEA_URL }}/mikkeli/ncmr-songs
|
||||
GITEA_REPO_URL: ${{ vars.URL_TO_GITEA }}/mikkeli/ncmr-songs
|
||||
run: |
|
||||
if [ "${{ steps.diff.outputs.mode }}" = "all" ]; then
|
||||
python auto-wiki/pipelines/songs/render.py --source-dir ncmr-songs --all
|
||||
|
||||
Reference in New Issue
Block a user