diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index 27f5edcb..4f1585cc 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -16,23 +16,23 @@ jobs: runs-on: docker steps: - name: Checkout - uses: code.forgejo.org/actions/checkout@v4 + uses: https://code.forgejo.org/actions/checkout@v4 with: submodules: recursive - name: Cache Hugo persistent info - uses: code.forgejo.org/actions/cache@v4 + uses: https://code.forgejo.org/actions/cache@v4 env: key: www.byjp.me-hugo-persistent-info cache-name: hugo-persistent-cache with: path: /tmp/hugo - name: Build site - uses: jp/hugo-tasks@v0.1.0 + uses: https://git.byjp.me/jp/hugo-tasks@v0.1.0 # TODO: Move site - name: Build Gemini capsule - uses: jp/hugo-tasks@v0.1.0 + uses: https://git.byjp.me/jp/hugo-tasks@v0.1.0 with: tasks: gemini-reduce