diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 2a41960..69591cd 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -82,7 +82,6 @@ jobs: hugo \ --gc \ --minify \ - --baseURL "${{ steps.pages.outputs.base_url }}/" \ --cacheDir "${{ runner.temp }}/hugo_cache" - name: Cache save id: cache-save diff --git a/static/CNAME b/static/CNAME new file mode 100644 index 0000000..a367531 --- /dev/null +++ b/static/CNAME @@ -0,0 +1 @@ +disobey.dev \ No newline at end of file