Skip to content

Commit 73e09ce

Browse files
committed
Merge remote-tracking branch 'upstream/main' into lychee_docs
2 parents 5fbddb4 + 4a838f9 commit 73e09ce

File tree

8 files changed

+104
-100
lines changed

8 files changed

+104
-100
lines changed

.all-contributorsrc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"projectName": "all-contributors",
2+
"projectName": "all-contributors.github.io",
33
"projectOwner": "all-contributors",
44
"files": [
55
"README.md"
@@ -1042,7 +1042,8 @@
10421042
"contributions": [
10431043
"security",
10441044
"review",
1045-
"doc"
1045+
"doc",
1046+
"infra"
10461047
]
10471048
},
10481049
{

.github/workflows/build-website.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: Deploy to GitHub Pages
1+
name: Deploy Site to GitHub Pages
22

33
on:
44
push:
55
branches:
6-
- docs-upgrade
6+
- main
77
jobs:
88
build:
99
name: Build Astro site
@@ -12,7 +12,7 @@ jobs:
1212
- uses: /actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1313
with:
1414
fetch-depth: 0
15-
- uses: actions/setup-node@dbe1369d7be17e7823f8c1ee1ae8bec5779239dd # v3.9.0
15+
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
1616
with:
1717
node-version: 23
1818
cache: npm
@@ -41,4 +41,4 @@ jobs:
4141
steps:
4242
- name: Deploy to GitHub Pages
4343
id: deployment
44-
uses: actions/deploy-pages@f33f41b675f0ab2dc5a6863c9a170fe83af3571e # v4.0.0
44+
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v5
17-
- uses: actions/setup-node@v5
16+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
17+
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
1818
- run: npm ci
1919
- run: npm run lint

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ dist
3535
# Astro generated types
3636
.astro/
3737

38+
.lycheecache
39+
dist/
40+
3841
# environment variables
3942
.env
4043
.env.production

README.md

Lines changed: 90 additions & 90 deletions
Large diffs are not rendered by default.

astro.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export default defineConfig({
1313
rehypePlugins: [rehypeSlug, [rehypeAutolinkHeadings, { behavior: 'append' }]],
1414
},
1515
output: 'static',
16+
1617
redirects: {
1718
// Later we can put redirects here if needed
1819
},

src/content/docs/404.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ hero:
77
tagline: Page not found. Check the URL or try using the search bar.
88
---
99

10-
To change the custom 404 page edit this file: `./src/content/docs/404.md`.

src/content/docs/project/contribute.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ If you like, [comment on this issue](https://github.com/all-contributors/all-con
7171

7272
After you translate strings in any given language, you won't see those changes appearing live until the `main` branch was updated followed by a successful deployment.
7373

74-
## Run the website locally
74+
## Run the website locally:
7575

7676
All Contributors currently uses [Astro](https://docs.astro.build/) and the [Starlight theme](https://starlight.astro.build/) for our documentation and website.
7777

0 commit comments

Comments
 (0)