Skip to content

Auto-generate gh pages #1

Auto-generate gh pages

Auto-generate gh pages #1

name: AsyncAPI documents processing

Check failure on line 1 in .github/workflows/publlic-ghpages.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/publlic-ghpages.yaml

Invalid workflow file

(Line: 15, Col: 15): Expected format {org}/{repo}[/path]@ref. Actual 'asyncapi/github-action-for-generator', (Line: 18, Col: 15): Expected format {org}/{repo}[/path]@ref. Actual 'JamesIves/github-pages-deploy-action'
on:
push:
branches: [ main ]
jobs:
generate:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v5
- name: Generating HTML from my AsyncAPI document
uses: asyncapi/github-action-for-generator
- name: Deploy GH page
uses: JamesIves/github-pages-deploy-action
with:
filepath: lobby-to-client/v1/asyncapi.html
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: .