Test CI
This commit is contained in:
parent
2ffa05141c
commit
3b53a79173
6
.github/workflows/auto-version-docs.yml
vendored
6
.github/workflows/auto-version-docs.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
name: Auto version docs on release
|
name: Auto version docs on release
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags: ["v*.*.*"]
|
# tags: ["v*.*.*"]
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -18,7 +18,9 @@ jobs:
|
|||||||
- name: Create new version of docs
|
- name: Create new version of docs
|
||||||
run: |
|
run: |
|
||||||
set -xe
|
set -xe
|
||||||
export VERSION="$(git describe --exact-match --tags $(git rev-parse HEAD))"
|
# export VERSION="$(git describe --exact-match --tags $(git rev-parse HEAD))"
|
||||||
|
export VERSION="testing"
|
||||||
|
npm ci
|
||||||
npm run docusaurus docs:version "$VERSION"
|
npm run docusaurus docs:version "$VERSION"
|
||||||
|
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user