Skip to content

Commit 889a827

Browse files
committed
fix: rectify web artifact for deployment (#63)
1 parent 435695c commit 889a827

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
source: ./
2121
destination: ./_site
2222
- name: Upload artifact
23-
uses: actions/upload-pages-artifact@v3
23+
uses: actions/upload-pages-artifact@v4
2424
with:
2525
name: github-pages
26-
path: ./_site
26+
path: ./_site

.github/workflows/deploy-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
name: github-pages
3333
- name: Deploy to GitHub Pages
3434
id: deployment
35-
uses: actions/deploy-pages@v4
35+
uses: actions/deploy-pages@v4

_config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ markdown: CommonMarkGhPages
22
commonmark:
33
options: ["UNSAFE", "SMART", "FOOTNOTES"]
44
extensions: ["strikethrough", "autolink", "table", "tagfilter"]
5-
exclude: ["_site", "exams", "docs", "data", "static", ".github", "scripts",
6-
"Gemfile", "Gemfile.lock", "exams.json", "CONTRIBUTING.md", "SCRIPT_USAGE", "manage-exams.sh"]
5+
exclude: ["exams", "docs", "data", "static", ".github", "scripts", "Gemfile", "Gemfile.lock", "exams.json", "CONTRIBUTING.md", "SCRIPT_USAGE", "manage-exams.sh"]

0 commit comments

Comments
 (0)