Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

chore: add Prettier for consistency #5

chore: add Prettier for consistency

chore: add Prettier for consistency #5

Workflow file for this run

name: Docs
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy
env:
REPOSITORY: '${{ github.repository }}'
PATH: '.'
URI_PATH: 'producttrap'
steps:
- name: Deploy
uses: benc-uk/workflow-dispatch@v1
with:
workflow: Docs
repo: owenvoke/docs.voke.dev
token: '${{ secrets.DOCS_AUTH_TOKEN }}'
inputs: |
{
"repository": "${{ env.REPOSITORY }}",
"path": "${{ env.PATH }}",
"uri-path": "${{ env.URI_PATH }}",
"command": "npm run prod -- --base '/producttrap/' --outDir",
"secret-token": "${{ secrets.DOCS_TOKEN }}"
}