Skip to content

Commit

Permalink
chore: test javadoc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomohiro-okuyama committed Aug 9, 2023
1 parent 1a16285 commit 414baa4
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/javadoc.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Generate Javadoc files and publish

on:
push:
branches:
- master
on: push
#on:
# push:
# branches:
# - master

concurrency:
group: "pages"
Expand Down Expand Up @@ -45,4 +46,5 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
# uses: actions/deploy-pages@v2
run: echo test

0 comments on commit 414baa4

Please sign in to comment.