You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/static-deploy.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ Now the `preview` command will launch the server at `http://localhost:8080`.
99
99
- name: Set up Node
100
100
uses: actions/setup-node@v4
101
101
with:
102
-
node-version: 20
102
+
node-version: lts/*
103
103
cache: 'npm'
104
104
- name: Install dependencies
105
105
run: npm ci
@@ -128,7 +128,7 @@ Now the `preview` command will launch the server at `http://localhost:8080`.
128
128
2. Create a file called `.gitlab-ci.yml` in the root of your project with the content below. This will build and deploy your site whenever you make changes to your content:
0 commit comments