Skip to content

Commit

Permalink
Start using GH pages for docs site
Browse files Browse the repository at this point in the history
  • Loading branch information
Keats committed Aug 20, 2023
1 parent 74056d1 commit 4785ab2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Build and deploy GH Pages
on:
push:
branches:
- master

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/[email protected]
- name: build_and_deploy
uses: shalzz/[email protected]
env:
PAGES_BRANCH: gh-pages
BUILD_DIR: docs/
TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4785ab2

Please sign in to comment.