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 8183667 commit c28365b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
cp -r node_modules/@nationalarchives/frontend/nationalarchives/assets/* design-system/static/assets
- name: Configure 404
run: |
echo "---\npermalink: /404/\n---" > design-system/404.md
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 c28365b

Please sign in to comment.