Skip to content

Commit d5fec16

Browse files
committed
chore: update .github/workflows/ci.yml
1 parent 410c337 commit d5fec16

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ jobs:
3232
- run: mkdir -p build
3333
- run: markdown-to-html --output build/index.html
3434

35+
- name: Deploy Website
36+
uses: peaceiris/actions-gh-pages@v3
37+
with:
38+
github_token: ${{ secrets.GITHUB_TOKEN }}
39+
publish_dir: ./build
40+
3541
- run: npm install @jsdevtools/npm-publish -g
3642
- run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./template/package.json
3743

@@ -54,6 +60,7 @@ jobs:
5460
with:
5561
token: ${{ secrets.GITHUB_TOKEN }}
5662
head-ref: ${{ steps.create_tag.outputs.version }}
63+
filter-author: (renovate-bot|Renovate Bot)
5764
filter: '[R|r]elease[d]\s+[v|V]\d(\.\d+){0,2}'
5865

5966
- name: Create Release

0 commit comments

Comments
 (0)