We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 410c337 commit d5fec16Copy full SHA for d5fec16
1 file changed
.github/workflows/ci.yml
@@ -32,6 +32,12 @@ jobs:
32
- run: mkdir -p build
33
- run: markdown-to-html --output build/index.html
34
35
+ - name: Deploy Website
36
+ uses: peaceiris/actions-gh-pages@v3
37
+ with:
38
+ github_token: ${{ secrets.GITHUB_TOKEN }}
39
+ publish_dir: ./build
40
+
41
- run: npm install @jsdevtools/npm-publish -g
42
- run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./template/package.json
43
@@ -54,6 +60,7 @@ jobs:
54
60
with:
55
61
token: ${{ secrets.GITHUB_TOKEN }}
56
62
head-ref: ${{ steps.create_tag.outputs.version }}
63
+ filter-author: (renovate-bot|Renovate Bot)
57
64
filter: '[R|r]elease[d]\s+[v|V]\d(\.\d+){0,2}'
58
65
59
66
- name: Create Release
0 commit comments