We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44e06de commit 6219509Copy full SHA for 6219509
.github/workflows/pages.yaml
@@ -16,9 +16,11 @@ jobs:
16
run: find . -maxdepth 1 ! -name 'dist' ! -name '.git' ! -name '.' -exec rm -rf {} +
17
- name: Move dist to docs
18
run: mv dist docs
19
+ - uses: actions/checkout@v3
20
+ ref: 'gh-pages'
21
+ clean: false
22
- name: Push to gh-pages
23
run: |
- git checkout gh-pages
24
git config user.name "github-actions[bot]"
25
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
26
git add .
0 commit comments