diff --git a/.github/workflows/builds.yaml b/.github/workflows/builds.yaml index ede8cea..3756327 100644 --- a/.github/workflows/builds.yaml +++ b/.github/workflows/builds.yaml @@ -10,11 +10,6 @@ on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: -# Allow one concurrent deployment -concurrency: - group: "pages" - cancel-in-progress: true - # Default to bash defaults: run: diff --git a/.github/workflows/deploy-null.yaml b/.github/workflows/deploy-null.yaml index 016c6ea..b6cd4ab 100644 --- a/.github/workflows/deploy-null.yaml +++ b/.github/workflows/deploy-null.yaml @@ -16,12 +16,6 @@ permissions: pages: write id-token: write -# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. -# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. -concurrency: - group: "pages" - cancel-in-progress: false - # Default to bash defaults: run: diff --git a/html-only/layouts/404.html b/html-only/layouts/404.html new file mode 100644 index 0000000..e5f50e3 --- /dev/null +++ b/html-only/layouts/404.html @@ -0,0 +1,19 @@ + + + + + + + + Redirecting... + + + + If you are not redirected, click here. + + + \ No newline at end of file