From b93c05a86d06b3f43f3eba17de737b46ce380e8d Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Fri, 20 Oct 2023 17:17:05 -0700 Subject: [PATCH] Revereted to previous --- .github/workflows/pages.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index e69de29..8bea4f8 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -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