Skip to content

Commit

Permalink
fix: GitHub Page build dir (apache#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiacai2050 authored Aug 16, 2022
1 parent 612dae6 commit 8348d80
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Deploy Use Guide
name: Deploy Documentation

on:
workflow_dispatch:
push:
branches:
- main
paths:
- 'docs/user-guide/**'
- 'docs/guides/**'

env:
MDBOOK_VERSION: v0.4.20
Expand All @@ -25,7 +25,7 @@ jobs:
echo `pwd`/mdbook >> $GITHUB_PATH
- name: Deploy GitHub Pages
run: |
cd docs/user-guide
cd docs/guides
mdbook build
git worktree add gh-pages gh-pages
git config user.name "Deploy from CI"
Expand Down

0 comments on commit 8348d80

Please sign in to comment.