Skip to content

Merge pull request #59 from outfoxx/fix/event_source_pings #27

Merge pull request #59 from outfoxx/fix/event_source_pings

Merge pull request #59 from outfoxx/fix/event_source_pings #27

Workflow file for this run

name: Publish Docs
on:
push:
branches: [ main ]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '14'
registry-url: 'https://registry.npmjs.org'
- name: Install Packages
run: npm ci
- name: Build Documentation
run: npm run docs -- --out docs/${{ github.ref_name }}
- name: Publish Documentation
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
clean: false
folder: docs