Skip to content

Deploy v3

Deploy v3 #4

Workflow file for this run

name: Deploy v3
on:
push:
branches:
- master
jobs:
build-and-deploy:

Check failure on line 9 in .github/workflows/deploy-v3.yml

View workflow run for this annotation

GitHub Actions / Deploy v3

Invalid workflow file

The workflow is not valid. .github/workflows/deploy-v3.yml (Line: 9, Col: 3): The workflow must contain at least one job with no dependencies.
runs-on: ubuntu-latest
needs: build-and-publish-live-demo # Waits for the ghpages.yml workflow to finish
steps:
- name: Checkout repository content
uses: actions/checkout@v2
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./v3
publish_branch: demo
destination_dir: v3