The bmannconsulting.com website

switch to gh pages deploy

Changed files
+9 -3
.github
workflows
+9 -3
.github/workflows/jekyll-build.yml
···
### If you need to specify any Jekyll build options, enable the above input
### Flags accepted can be found here https://jekyllrb.com/docs/configuration/options/#build-command-options
-
- name: ๐Ÿš€ fission publish
-
uses: fission-codes/publish-action@v1
+
# - name: ๐Ÿš€ fission publish
+
# uses: fission-codes/publish-action@v1
+
# with:
+
# machine_key: ${{ secrets.FISSION_KEY }}
+
+
- name: ๐Ÿš€ deploy
+
uses: peaceiris/actions-gh-pages@v3
with:
-
machine_key: ${{ secrets.FISSION_KEY }}
+
github_token: ${{ secrets.GITHUB_TOKEN }}
+
publish_dir: ./_site