Compare commits

..

No commits in common. "822536817eb065df55489c59a980bf9834bf3b0b" and "efe610fcd0818542d068cb71b03e21c33a2d8184" have entirely different histories.

2 changed files with 1 additions and 6 deletions

View file

@ -12,11 +12,6 @@ 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:

View file

@ -26,7 +26,7 @@ jobs:
${{ runner.os }}-npm-
- name: Install dependencies
run: npm install --frozen-lockfile
run: npm ci
- name: Build Docusaurus site
run: npm run build