Skip to content

Commit

Permalink
Push to GH
Browse files Browse the repository at this point in the history
  • Loading branch information
Keats committed Aug 20, 2023
1 parent 7246221 commit 34a592a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/docs.yml
@@ -0,0 +1,17 @@
name: Build and deploy GH Pages
on:
push:
branches:
- master

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3.0.0
- name: build_and_deploy
uses: shalzz/zola-deploy-action@v0.17.2
env:
PAGES_BRANCH: gh-pages
TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 34a592a

Please sign in to comment.