Skip to content

Merge pull request #115 from pythoncanarias/add_schedule #111

Merge pull request #115 from pythoncanarias/add_schedule

Merge pull request #115 from pythoncanarias/add_schedule #111

Workflow file for this run

name: Deploy
on:
# Trigger the workflow on push on main branch,
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: "true"
- uses: rehanhaider/[email protected]
env:
PYCONES_BUILD_TARGET: ${{secrets.PYCONES_BUILD_TARGET}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GH_PAGES_CNAME: ${{secrets.GH_PAGES_CNAME}}
SITEURL: ${{secrets.SITEURL}}