File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 1- name : Jekyll deploy
1+ # name: Jekyll deploy
22
3- on : [push]
3+ # on: [push]
44
5- jobs :
6- build_and_deploy :
7- runs-on : ubuntu-latest
8- steps :
9- - uses : actions/checkout@v1
10- - name : Build & Deploy to GitHub Pages
11- env :
12- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
13- GITHUB_REPOSITORY : ${{ secrets.GITHUB_REPOSITORY }}
14- GITHUB_ACTOR : ${{ secrets.GITHUB_ACTOR }}
15- uses : BryanSchuetz/jekyll-deploy-gh-pages@master
5+ # jobs:
6+ # build_and_deploy:
7+ # runs-on: ubuntu-latest
8+ # steps:
9+ # - uses: actions/checkout@v1
10+ # - name: Build & Deploy to GitHub Pages
11+ # env:
12+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
13+ # GITHUB_REPOSITORY: ${{ secrets.GITHUB_REPOSITORY }}
14+ # GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
15+ # uses: BryanSchuetz/jekyll-deploy-gh-pages@master
You can’t perform that action at this time.
0 commit comments