Browse Source

fixed doc path for deployment

Richard Gill 10 months ago
parent
commit
16327f8946
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/docs.yml

+ 2 - 2
.github/workflows/docs.yml

@@ -17,10 +17,10 @@ jobs:
     - name: build doc
     - name: build doc
       run: make docs
       run: make docs
     - name: deploy
     - name: deploy
-      uses: peaceiris/actions-gh-pages@v3
+      uses: peaceiris/actions-gh-pages@v4
       with:
       with:
         github_token: ${{ secrets.GITHUB_TOKEN }}
         github_token: ${{ secrets.GITHUB_TOKEN }}
-        publish_dir: ./docs/html/
+        publish_dir: ./doc/html/
         enable_jekyll: false
         enable_jekyll: false
         allow_empty_commit: false
         allow_empty_commit: false
         force_orphan: true
         force_orphan: true