diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml new file mode 100644 index 0000000..dfd6f61 --- /dev/null +++ b/.github/workflows/pages.yml @@ -0,0 +1,23 @@ +name: Deploy Documentation + +on: + # Run any time code is pushed to main. + push: + branches: + - main + + # 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 + +jobs: + deploy-docs: + name: Publish Documentation + uses: krogerco/Shared-CI-Workflow-Android/.github/workflows/pages.yml@v1.3.0 + with: + java_version: '17'