We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1486898 commit 79b3b62Copy full SHA for 79b3b62
1 file changed
.github/workflows/main.yml
@@ -1,15 +1,15 @@
1
-name: Jekyll deploy
+# name: Jekyll deploy
2
3
-on: [push]
+# on: [push]
4
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
+# jobs:
+# build_and_deploy:
+# runs-on: ubuntu-latest
+# steps:
+# - uses: actions/checkout@v1
+# - name: Build & Deploy to GitHub Pages
+# env:
+# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+# GITHUB_REPOSITORY: ${{ secrets.GITHUB_REPOSITORY }}
+# GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
+# uses: BryanSchuetz/jekyll-deploy-gh-pages@master
0 commit comments