Skip to content

Merge pull request #18 from viagogo/sync-openapi-definitions/patch #24

Merge pull request #18 from viagogo/sync-openapi-definitions/patch

Merge pull request #18 from viagogo/sync-openapi-definitions/patch #24

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches: [main]
workflow_dispatch:
jobs:
deploy:
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node 14.X
uses: actions/setup-node@v2
with:
node-version: '14.X'
cache: npm
- name: Install Dependencies
run: npm ci
- name: Build
run: npm run build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build