diff --git a/.forgejo/workflows/build_and_deploy_site.yml b/.forgejo/workflows/build_and_deploy_site.yml index 9331c1e..5eb1ed3 100644 --- a/.forgejo/workflows/build_and_deploy_site.yml +++ b/.forgejo/workflows/build_and_deploy_site.yml @@ -10,7 +10,7 @@ jobs: deploy: runs-on: ubuntu-22.04 steps: - - uses: https://code.forgejo.org/actions/checkout@v4 + - uses: https://github.com/actions/checkout@v4 with: submodules: true # Fetch Hugo themes (true OR recursive) fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod