diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 0ed1b41..ff7d165 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -42,4 +42,4 @@ jobs: --fail -H "Content-Type: application/json" -H "Authorization: Bearer ${{ secrets.SSCDC_SECRET }}" - -d '{ "id": "${{ github.sha }}", "download_url": "https://git.moritzruth.de/moritzruth/moritzruth.de/actions/runs/${{ github.run_number }}/artifacts/site.zip" }' \ No newline at end of file + -d '{ "id": "${{ github.sha }}", "download_url": "https://git.moritzruth.de/${{ github.repository }}/actions/runs/${{ github.run_number }}/artifacts/site.zip" }' \ No newline at end of file diff --git a/public/site.toml b/public/site.toml index 03e363f..fbc52ee 100644 --- a/public/site.toml +++ b/public/site.toml @@ -1,4 +1,5 @@ paths_mode = "spa" +immutable_paths = ["/assets/*"] [[redirects]] kind = "temporary" diff --git a/public/version b/public/version index c1cf23b..32bdd3a 100644 --- a/public/version +++ b/public/version @@ -1 +1 @@ -2024-03-02 \ No newline at end of file +2024-03-02#6 \ No newline at end of file