Fixed pages workflow
This commit is contained in:
parent
db12be1c4c
commit
e4412eb1d6
2 changed files with 2 additions and 2 deletions
2
.github/workflows/pages.yml
vendored
2
.github/workflows/pages.yml
vendored
|
@ -3,7 +3,7 @@ name: javadocs-pages
|
|||
on:
|
||||
# Runs on pushes targeting the default branch
|
||||
push:
|
||||
branches: ["master"]
|
||||
branches: ["main"]
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
|
|
@ -72,4 +72,4 @@ public void startServer() throws Exception {
|
|||
}
|
||||
```
|
||||
|
||||
Please check the [ExecOperation documentation](https://rife2.github.io/bld-pmd/rife/bld/extension/PmdOperation.html#method-summary) for all available configuration options.
|
||||
Please check the [ExecOperation documentation](https://rife2.github.io/bld-exec/rife/bld/extension/ExecOperation.html#method-summary) for all available configuration options.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue