Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

feat: Add markedAs and billStatus to `#/components/schemas/Invoic… #589

feat: Add markedAs and billStatus to `#/components/schemas/Invoic…

feat: Add markedAs and billStatus to `#/components/schemas/Invoic… #589

Workflow file for this run

name: Github Pages
on:
push:
branches: ["main"]
pull_request:
branches: ["*"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: make setup
- run: make validate
- run: make build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public