Skip to content

Commit 7ec2ab9

Browse files
chore: remove unused /charter page (#354)
* resolve deprecation around `data.GetJSON` * simplifiy the opt-merging * remove the charter shortcode and page
1 parent ab95bb0 commit 7ec2ab9

File tree

4 files changed

+2
-17
lines changed

4 files changed

+2
-17
lines changed

.github/workflows/build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: NPM install
2121
run: npm ci
2222
- name: Build
23-
run: HUGO_GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} npm run build
23+
run: npm run build
2424
- name: Check formatting
2525
run: npm run format-check
2626
- name: Deploy

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
- name: NPM install
2121
run: npm ci
2222
- name: Build
23-
run: HUGO_GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} npm run build
23+
run: npm run build
2424
- name: Check formatting
2525
run: npm run format-check

content/charter.html

Lines changed: 0 additions & 7 deletions
This file was deleted.

layouts/shortcodes/charter.html

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)