Skip to content

refactor(ARCO-284): Refactor callbacker sender #644 (#644) #69

refactor(ARCO-284): Refactor callbacker sender #644 (#644)

refactor(ARCO-284): Refactor callbacker sender #644 (#644) #69

Workflow file for this run

# Simple workflow for deploying static content to GitHub Pages
name: Deploy static content to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: write
pages: write
id-token: write
# Allow one concurrent deployment
concurrency:
group: "pages"
cancel-in-progress: true
jobs:
build:
runs-on: [ubuntu-latest]
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Deploy Files
run: |
git push --force origin `git subtree split --prefix doc main`:gh-pages