diff --git a/.github/workflows/deploy.yml b/.github/workflows/hugo.yml similarity index 95% rename from .github/workflows/deploy.yml rename to .github/workflows/hugo.yml index 17e9ce0..eec302a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/hugo.yml @@ -1,5 +1,5 @@ --- -name: Deploy Hugo site to GH Pages +name: Hugo (CD) on: # Only deploy when it is accepted for production @@ -18,7 +18,7 @@ concurrency: env: HUGO_CACHEDIR: /tmp/hugo_cache/ - HUGO_BASE_URL: "https://botlabs.gg.github.io/yagpdb-docs-v2" + HUGO_BASE_URL: "https://botlabs-gg.github.io/yagpdb-docs-v2" jobs: build: