Add back build
This commit is contained in:
parent
3015dd322f
commit
2dd403e9f6
14
.github/workflows/auto-version-docs.yml
vendored
14
.github/workflows/auto-version-docs.yml
vendored
@ -38,6 +38,20 @@ jobs:
|
|||||||
npm ci
|
npm ci
|
||||||
npm run docusaurus docs:version "$VERSION"
|
npm run docusaurus docs:version "$VERSION"
|
||||||
|
|
||||||
|
- name: Build website
|
||||||
|
env:
|
||||||
|
CORSO_VERSION: ${{ needs.SetEnv.outputs.version }}
|
||||||
|
run: |
|
||||||
|
cd website &&
|
||||||
|
npm ci &&
|
||||||
|
npm run build
|
||||||
|
|
||||||
|
- uses: actions/upload-artifact@master
|
||||||
|
name: Upload website as artifacts
|
||||||
|
with:
|
||||||
|
name: website
|
||||||
|
path: website/build
|
||||||
|
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v4
|
uses: peter-evans/create-pull-request@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user