mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-10 19:05:41 +01:00
Correct path to upadte tool
This commit is contained in:
parent
85e9a2cb07
commit
144fec9b17
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
@ -89,7 +89,7 @@ jobs:
|
||||||
token: ${{ secrets.SHORTLINK_REPO_PAT }}
|
token: ${{ secrets.SHORTLINK_REPO_PAT }}
|
||||||
- name: Update blog shortlinks
|
- name: Update blog shortlinks
|
||||||
working-directory: ./byjp.fyi
|
working-directory: ./byjp.fyi
|
||||||
run: cat ../new_redirects | tools/redirects/update-shortlinks.bash
|
run: cat ../new_redirects | ../www.byjp.me/tools/redirects/update-shortlinks.bash
|
||||||
|
|
||||||
- name: Build Gemini capsule
|
- name: Build Gemini capsule
|
||||||
working-directory: ./www.byjp.me
|
working-directory: ./www.byjp.me
|
||||||
|
|
Loading…
Reference in a new issue