There was an error while loading. Please reload this page.
1 parent b3e6760 commit 03d87d2Copy full SHA for 03d87d2
1 file changed
.github/actions/build-docs/action.yml
@@ -1,7 +1,9 @@
1
name: Build documents
2
+description: Bumps versions and builds the vue-press documentation site
3
4
inputs:
5
upload-artifact:
6
+ description: Whether to upload the built site as a GitHub Pages artifact
7
default: true
8
9
runs:
@@ -13,6 +15,7 @@ runs:
13
15
- name: Configure git user
14
16
uses: ./.github/actions/config-git-user
17
18
+ # Applies pending changesets so docs build against the versions they'll ship with
19
- name: Generate version
20
shell: bash
21
run: pnpm changeset version
@@ -28,4 +31,3 @@ runs:
28
31
uses: actions/upload-pages-artifact@v4
29
32
with:
30
33
path: ./vue-press/dist
-
0 commit comments