Skip to content

Commit

Permalink
build docs (#9)
Browse files Browse the repository at this point in the history
* actions
  • Loading branch information
luweizheng authored May 9, 2024
1 parent 0ccb44a commit c330483
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Deploy Docs

on:
push:
tags:
- '*'
tags:
- '*'

jobs:
build:
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: "_build/html"
path: "docs/_build/html"

# Deploy the book's HTML to GitHub Pages
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit c330483

Please sign in to comment.