Skip to content

Update announcements.json #30

Update announcements.json

Update announcements.json #30

Workflow file for this run

name: deploy-surge

Check failure on line 1 in .github/workflows/deploy-surge.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy-surge.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: build
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
#
# - name: Setup Node
# uses: actions/setup-node@v2-beta
# with:
# node-version: 12
#
# - name: Build React App
# run: |
# npm install # Install Dependencies
# CI=false npm run build # CI=false to ignore warnings
#
# - name: Install Surge
# run: npm install -g surge
#
# - name: Deploy to Surge
# run: surge ./build ${{secrets.SURGE_DOMAIN}} --token ${{secrets.SURGE_TOKEN}}
#