Skip to content

Commit a5d00f5

Browse files
authored
Activate deploy javadoc to GitHub Pages
1 parent e800d8e commit a5d00f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
release:
66
types: [created]
77
# Runs on pushes targeting the default branch
8-
#push:
9-
# branches: ["main"]
8+
push:
9+
branches: ["main"]
1010

1111
# Allows you to run this workflow manually from the Actions tab
1212
workflow_dispatch:
@@ -48,4 +48,4 @@ jobs:
4848
path: 'target/site/testapidocs'
4949
- name: Deploy to GitHub Pages
5050
id: deployment
51-
uses: actions/deploy-pages@v2
51+
uses: actions/deploy-pages@v2.0.4

0 commit comments

Comments
 (0)