Skip to content

TEAM-UP-CD

TEAM-UP-CD #6

Workflow file for this run

name: TEAM-UP-CD
on:
workflow_run:
workflows: ["team-up-CI"]
branches: [main]
types:
- completed
jobs:
deploy-production:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 14
- name: Deploy to GitHub Pages (Production)
uses: JamesIves/[email protected]
with:
TOKEN: ${{ secrets.token }}
BRANCH: gh-pages
FOLDER: build