mirror of
https://github.com/JonasunderscoreJones/docs.jonasjones.dev.git
synced 2025-10-23 11:09:18 +02:00
Compare commits
No commits in common. "822536817eb065df55489c59a980bf9834bf3b0b" and "efe610fcd0818542d068cb71b03e21c33a2d8184" have entirely different histories.
822536817e
...
efe610fcd0
2 changed files with 1 additions and 6 deletions
|
@ -12,11 +12,6 @@ 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 install --frozen-lockfile
|
run: npm ci
|
||||||
|
|
||||||
- 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