We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31ba40c commit 8b8f3d8Copy full SHA for 8b8f3d8
.github/workflows/build-website.yml
@@ -1,9 +1,9 @@
1
-name: Deploy to GitHub Pages
+name: Deploy Site to GitHub Pages
2
3
on:
4
push:
5
branches:
6
- - docs-upgrade
+ - main
7
jobs:
8
build:
9
name: Build Astro site
.github/workflows/lint.yml
@@ -13,7 +13,7 @@ jobs:
13
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v5
17
- - uses: actions/setup-node@v5
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ - uses: actions/setup-node@dbe1369d7be17e7823f8c1ee1ae8bec5779239dd # v3.9.0
18
- run: npm ci
19
- run: npm run lint
0 commit comments