From a2cff8b6e04d92c5df2254bf4764f0aa52257301 Mon Sep 17 00:00:00 2001 From: Avinal Kumar Date: Wed, 19 Jul 2023 16:18:51 +0530 Subject: [PATCH] remove concurrent build and add 404 --- .github/workflows/builds.yaml | 5 ----- .github/workflows/deploy-null.yaml | 6 ------ html-only/layouts/404.html | 19 +++++++++++++++++++ 3 files changed, 19 insertions(+), 11 deletions(-) create mode 100644 html-only/layouts/404.html 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