Skip to content

Commit

Permalink
Fix error page
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Oct 31, 2023
1 parent 0cce358 commit 351bb8f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/404.md

This file was deleted.

5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions:
# 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"
group: pages
cancel-in-progress: true

jobs:
Expand All @@ -40,6 +40,9 @@ jobs:
run: |
mkdir -p design-system/static/assets
cp -r node_modules/@nationalarchives/frontend/nationalarchives/assets/* design-system/static/assets
- name: Configure 404
run: |
echo "---\npermalink: /404-page-not-found/\n---" > design-system/404.md
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down
File renamed without changes.

0 comments on commit 351bb8f

Please sign in to comment.