mirror of
https://github.com/sern-handler/website
synced 2026-06-25 17:22:23 +00:00
Compare commits
1 Commits
feat/tutor
...
fix/npm-to
| Author | SHA1 | Date | |
|---|---|---|---|
| dc9c11d46f |
6
.github/workflows/docusaurus.yml
vendored
6
.github/workflows/docusaurus.yml
vendored
@@ -15,12 +15,12 @@ jobs:
|
|||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 18
|
node-version: 18
|
||||||
cache: npm
|
cache: yarn
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: yarn install --immutable
|
||||||
- name: Build website
|
- name: Build website
|
||||||
run: npm run build
|
run: yarn build
|
||||||
|
|
||||||
# Popular action to deploy to GitHub Pages:
|
# Popular action to deploy to GitHub Pages:
|
||||||
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus
|
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus
|
||||||
|
|||||||
Reference in New Issue
Block a user