Skip to content

Commit 79b3b62

Browse files
authored
Update main.yml
1 parent 1486898 commit 79b3b62

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/main.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
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

0 commit comments

Comments
 (0)