attempt to fix ci #196
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Jekyll site CI Action # updates the deploy-server branch for changes made to master branch | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Jekyll Actions | |
# You may pin to the exact commit or the version. | |
# uses: helaili/jekyll-action@d305e465c911226c731afb6db07c8bde20e03ced | |
uses: helaili/[email protected] | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
target_branch: deploy-server # optional | |
keep_history: true | |