We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17f80bd commit 1486898Copy full SHA for 1486898
.github/workflows/main.yml
@@ -0,0 +1,15 @@
1
+name: Jekyll deploy
2
+
3
+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
0 commit comments