Fix publish attempt 2

pull/272/head
Arijit Basu 3 years ago committed by Arijit Basu
parent 107d5a79a3
commit c1b667d9f7

@ -29,6 +29,6 @@ jobs:
emptyCommits: true
keepFiles: false
env:
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PUBLISH_BRANCH: gh-pages
PUBLISH_DIR: gh-pages

@ -1,7 +1,7 @@
on:
pull_request:
push:
branches: master
branches: main
workflow_dispatch:
name: Continuous Integration

@ -7,7 +7,7 @@ on:
# │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT)
- cron: "0 15 * * *"
push:
branches: master
branches: main
workflow_dispatch:
name: Daily compile check

Loading…
Cancel
Save