We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e800d8e commit a5d00f5Copy full SHA for a5d00f5
.github/workflows/pages.yml
@@ -5,8 +5,8 @@ on:
5
release:
6
types: [created]
7
# Runs on pushes targeting the default branch
8
- #push:
9
- # branches: ["main"]
+ push:
+ branches: ["main"]
10
11
# Allows you to run this workflow manually from the Actions tab
12
workflow_dispatch:
@@ -48,4 +48,4 @@ jobs:
48
path: 'target/site/testapidocs'
49
- name: Deploy to GitHub Pages
50
id: deployment
51
- uses: actions/deploy-pages@v2
+ uses: actions/deploy-pages@v2.0.4
0 commit comments