Skip to content

Commit

Permalink
Merge branch 'main' into guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Southpaw1496 committed Nov 8, 2023
2 parents 4fb5514 + 363fcf9 commit 3bf5ea9
Show file tree
Hide file tree
Showing 19 changed files with 739 additions and 667 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/commit-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ jobs:
name: Generate commit preview
steps:
- name: Checkout
uses: actions/checkout@v3
uses: akarys42/checkout-with-filter@main
with:
filter: 'blob:none'
fetch-depth: 0

- name: Enable Corepack shims
run: corepack enable
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/manual-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ jobs:
name: Publish website
steps:
- name: Checkout
uses: actions/checkout@v3
uses: akarys42/checkout-with-filter@main
with:
filter: 'blob:none'
fetch-depth: 0

- name: Enable Corepack shims
run: corepack enable
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/pr-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ jobs:
name: Generate PR preview
steps:
- name: Checkout
uses: checkout/actions@v3
uses: akarys42/checkout-with-filter@main
with:
filter: 'blob:none'
fetch-depth: 0

- name: Enable Corepack shims
run: corepack enable
Expand Down
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"@astrojs/mdx": "^0.12.2",
"@astrojs/rss": "^1.2.1",
"@astrojs/sitemap": "^1.4.0",
"@types/luxon": "^3.3.1",
"@types/luxon": "^3.3.3",
"astro": "1.6.14",
"astro-i18next": "1.0.0-beta.12",
"astro-purgecss": "^1.3.2",
"bulma-toast": "^2.4.2",
"bulma-toast": "^2.4.3",
"execa": "^6.1.0",
"glob": "^8.1.0",
"hast-util-from-html": "^1.0.2",
Expand All @@ -28,13 +28,14 @@
"node-fetch": "^3.3.2",
"quilt-bulma": "0.0.23",
"rehype-autolink-headings": "^6.1.1",
"rollup": "^3.27.2",
"sass": "^1.64.2",
"rollup": "^3.29.4",
"sass": "^1.69.4",
"typescript": "^4.9.5"
},
"dependencies": {
"@tsndr/cloudflare-worker-jwt": "^2.2.1",
"astro-compress": "^2.0.1",
"@babel/traverse": ">=7.23.2",
"@tsndr/cloudflare-worker-jwt": "^2.2.5",
"astro-compress": "^2.0.15",
"semver-sort": "^1.0.0"
}
}
Loading

0 comments on commit 3bf5ea9

Please sign in to comment.