Skip to content

Deploy Reference Documentation #185

Deploy Reference Documentation

Deploy Reference Documentation #185

name: Deploy Reference Documentation
on:
workflow_dispatch:
inputs:
ref:
description: 'Branch or tag to deploy reference docs from. Defaults to current branch.'
type: string
required: false
default: ${{ github.ref_name }}

Check failure on line 10 in .github/workflows/generate-docs-site.yml

View workflow run for this annotation

GitHub Actions / Deploy Reference Documentation

Invalid workflow file

The workflow is not valid. .github/workflows/generate-docs-site.yml (Line: 10, Col: 18): Unrecognized named-value: 'github'. Located at position 1 within expression: github.ref_name
permissions:
id-token: write
jobs:
deploy-reference-docs:
uses: "ExpediaGroup/expediagroup-java-sdk/.github/workflows/generate-ref-docs.yaml@OmarAlJarrah/reusable-generate-reference-docs-gh-action"
with:
buildsystem: 'maven'
ref: ${{ inputs.ref }}
secrets:
GITHUB_PAT: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}