Revereted to previous

This commit is contained in:
Erik C. Thauvin 2023-10-20 17:17:05 -07:00
parent f41257e7ea
commit b93c05a86d

View file

@ -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