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

feat: Add ability to trigger resource synchronization #575

feat: Add ability to trigger resource synchronization

feat: Add ability to trigger resource synchronization #575

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