Skip to content

Add ODH v1.6.0 release notes #32

Add ODH v1.6.0 release notes

Add ODH v1.6.0 release notes #32

Workflow file for this run

# .github/workflows/pr-preview.yml
name: Deploy PR previews
description: >

Check failure on line 3 in .github/workflows/pr-preview.yml

View workflow run for this annotation

GitHub Actions / Deploy PR previews

Invalid workflow file

The workflow is not valid. .github/workflows/pr-preview.yml (Line: 3, Col: 1): Unexpected value 'description'
Deploy a pull request preview to GitHub Pages
concurrency: preview-${{ github.ref }}
on:
pull_request:
types:
- opened
- reopened
- synchronize
- closed
jobs:
deploy-preview:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm i && npm run build
- uses: rossjrw/pr-preview-action@v1
with:
source-dir: .
preview-branch: gh-pages
umbrella-dir: pr-preview
action: auto
github-token: ${{ secrets.ACCESS_TOKEN }}