mirror of
https://github.com/JonasunderscoreJones/docs.jonasjones.dev.git
synced 2025-10-22 10:39: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
|
||||
uses: https://code.forgejo.org/actions/checkout@v4
|
||||
|
||||
- name: Debug workspace
|
||||
run: |
|
||||
pwd
|
||||
ls -la
|
||||
|
||||
- name: setup node
|
||||
uses: https://github.com/actions/setup-node@v4
|
||||
with:
|
||||
|
|
2
.github/workflows/build-docusaurus.yml
vendored
2
.github/workflows/build-docusaurus.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
${{ runner.os }}-npm-
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
run: npm install --frozen-lockfile
|
||||
|
||||
- name: Build Docusaurus site
|
||||
run: npm run build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue