mirror of
https://github.com/JonasunderscoreJones/docs.jonasjones.dev.git
synced 2025-10-22 18:49:18 +02:00
Compare commits
3 commits
efe610fcd0
...
822536817e
Author | SHA1 | Date | |
---|---|---|---|
822536817e | |||
1867977eca | |||
2c14e6e236 |
2 changed files with 6 additions and 1 deletions
|
@ -12,6 +12,11 @@ jobs:
|
||||||
- name: checkout repository
|
- name: checkout repository
|
||||||
uses: https://code.forgejo.org/actions/checkout@v4
|
uses: https://code.forgejo.org/actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Debug workspace
|
||||||
|
run: |
|
||||||
|
pwd
|
||||||
|
ls -la
|
||||||
|
|
||||||
- name: setup node
|
- name: setup node
|
||||||
uses: https://github.com/actions/setup-node@v4
|
uses: https://github.com/actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
|
|
2
.github/workflows/build-docusaurus.yml
vendored
2
.github/workflows/build-docusaurus.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
||||||
${{ runner.os }}-npm-
|
${{ runner.os }}-npm-
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm install --frozen-lockfile
|
||||||
|
|
||||||
- name: Build Docusaurus site
|
- name: Build Docusaurus site
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue