Skip to content

Update homepage intro (#2027) #111

Update homepage intro (#2027)

Update homepage intro (#2027) #111

Workflow file for this run

name: GraphCDN
on:
push:
branches:
- main
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
check-latest: true
- name: Push schema
run: npx graphcdn push --service brios
env:
GRAPHCDN_TOKEN: ${{ secrets.GRAPHCDN_CI_TOKEN }}