Skip to content

Update deploy-gh-page.yml #25

Update deploy-gh-page.yml

Update deploy-gh-page.yml #25

name: deploy-gh-page
on: workflow_dispatch:

Check failure on line 3 in .github/workflows/deploy-gh-page.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy-gh-page.yml

Invalid workflow file

You have an error in your yaml syntax on line 3
jobs:
cd:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Dependencies
run: sudo apt-get install gettext
- name: Build
run: make all
- name: Deploy to gh page
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: ../cpython/Doc/build/html
CLEAN: true