Update .gitea/workflows/publish.yaml
Some checks failed
CI Hugo Publish / build-and-deploy (push) Failing after 12s

This commit is contained in:
Eric X. Liu 2024-06-12 04:51:43 +00:00
parent af33350ee2
commit ed037e6ea1

View File

@ -8,7 +8,8 @@ on:
jobs: jobs:
build-and-deploy: build-and-deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env:
GITHUB_SERVER_URL: "https://git.ericxliu.me"
steps: steps:
- run: echo "github.api_url ${{ github.api_url }}" - run: echo "github.api_url ${{ github.api_url }}"
- run: echo "github.server_url ${{ github.server_url}}" - run: echo "github.server_url ${{ github.server_url}}"