diff --git a/.github/workflows/deploy-production.yml b/.github/workflows/deploy-production.yml index 4552b2b..27ff61a 100644 --- a/.github/workflows/deploy-production.yml +++ b/.github/workflows/deploy-production.yml @@ -1,11 +1,11 @@ name: Deploy Production -on: - push: - tags: - - 'v*' #on: -# release: -# types: [published] +# push: +# tags: +# - 'v*' +on: + release: + types: [published] jobs: deploy: diff --git a/config/staging/config.toml b/config/staging/config.toml index 495f4d4..5455f30 100644 --- a/config/staging/config.toml +++ b/config/staging/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://seuh2022.github.io/seuh2022" +baseURL = "https://seuh2022.github.io/seuh2022/" title = "STAGING --- SEUH 2022" [params]