Skip to content

fix: validate tag existence in new repos #58

fix: validate tag existence in new repos

fix: validate tag existence in new repos #58

Workflow file for this run

name: Docs
on: [push]
jobs:
build-docs:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Install and Build
run: ./scripts/generate-docs.sh
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
token: ${{ secrets.GH_TOKEN }}
branch: gh-pages
folder: dist