Reverted to previous
This commit is contained in:
parent
f41257e7ea
commit
98f88f9976
1 changed files with 20 additions and 0 deletions
20
.github/workflows/pages.yml
vendored
20
.github/workflows/pages.yml
vendored
|
@ -0,0 +1,20 @@
|
|||
name: javadocs-pages
|
||||
|
||||
on:
|
||||
# Runs on pushes targeting the default branch
|
||||
push:
|
||||
branches: ["master"]
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
||||
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
|
||||
permissions:
|
||||
contents: read
|
||||
pages: write
|
||||
id-token: write
|
||||
|
||||
# Allow one concurrent deployment
|
||||
concurrency:
|
||||
group: "pages"
|
||||
cancel-in-progress: true
|
Loading…
Add table
Add a link
Reference in a new issue