Skip to content

Commit

Permalink
[Release]
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamSH-LLK committed Jan 18, 2021
1 parent 1fc8a4a commit ce70882
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/jsdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: GitHub pages
on:
push:
branches:
- JSDoc
- main

jobs:
deploy:
Expand All @@ -17,12 +17,12 @@ jobs:
with:
source_dir: ./
output_dir: ./docs
template: minami
template: docdash
front_page: README.md

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
publish_dir: ./
github_token: ${{ secrets.GITHUB_TOKEN }}
enable_jekyll: true
enable_jekyll: true

0 comments on commit ce70882

Please sign in to comment.