Skip to content

Added traefik docs

Added traefik docs #89

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v2
with:
node-version: "16"
- uses: actions/[email protected]
- run: (cd website && npm ci)
- run: (cd website && npm run format:test)
- run: (cd website && npm run build)
- uses: JamesIves/[email protected]
if: github.ref == 'refs/heads/master'
with:
branch: gh-pages
folder: website/build/website