mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
also checkout code
This commit is contained in:
parent
24310ec9db
commit
bf4a8fa693
11
.github/workflows/deploy.docs.yml
vendored
11
.github/workflows/deploy.docs.yml
vendored
@ -9,6 +9,17 @@ jobs:
|
|||||||
# Specify runner + build & upload the static files as an artifact
|
# Specify runner + build & upload the static files as an artifact
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.1.7
|
||||||
|
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.0.3
|
||||||
|
with:
|
||||||
|
node-version-file: './.tool-versions'
|
||||||
|
- name: Install Dependencies & Build Library
|
||||||
|
run: |
|
||||||
|
npm install
|
||||||
|
npm run build
|
||||||
|
npm link
|
||||||
|
working-directory: ./
|
||||||
|
|
||||||
- name: Build static files
|
- name: Build static files
|
||||||
id: build
|
id: build
|
||||||
run: npm install && npm run docs:generate
|
run: npm install && npm run docs:generate
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user