Skip to content

Add TrialDragon to The Bevy Organization (#74) #69

Add TrialDragon to The Bevy Organization (#74)

Add TrialDragon to The Bevy Organization (#74) #69

name: Deploy
on:
push:
branches:
- main
jobs:
deploy-website:
runs-on: ubuntu-latest
steps:
- name: trigger website deploy
run: gh --repo bevyengine/bevy-website workflow run deploy.yml
env:
GITHUB_TOKEN: ${{ secrets.CART_PAT }}