Fix wiki path

This commit is contained in:
Ayaz Salikhov
2022-05-01 21:07:47 +03:00
parent 67fed35b2c
commit 49970cf553
3 changed files with 4 additions and 4 deletions

View File

@@ -83,7 +83,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: ${{github.repository}}.wiki
path: ../wiki
path: wiki
- name: Run Post-Build Hooks
run: make hook-all

View File

@@ -98,7 +98,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: ${{github.repository}}.wiki
path: ../wiki
path: wiki
- name: Run Post-Build Hooks
run: make hook-all
@@ -108,7 +108,7 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@49620cd3ed21ee620a48530e81dba0d139c9cb80 # dependabot updates to latest release
with:
commit_message: "Automated wiki publish for ${{github.sha}}"
repository: ../wiki/
repository: wiki
- name: Login to Docker Hub
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' || github.event_name == 'schedule'

View File

@@ -136,7 +136,7 @@ linkcheck-docs: ## check broken links
hook/%: WIKI_PATH?=../wiki
hook/%: WIKI_PATH?=wiki
hook/%: ## run post-build hooks for an image
python3 -m tagging.tag_image --short-image-name "$(notdir $@)" --owner "$(OWNER)" && \
python3 -m tagging.create_manifests --short-image-name "$(notdir $@)" --owner "$(OWNER)" --wiki-path "$(WIKI_PATH)"