Skip to content

Commit

Permalink
fix artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
lbluque committed Jul 10, 2024
1 parent f5ee8fd commit db62854
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: docs-html
path: docs/docs/_build/html/*
path: docs/_build/html/*
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
push:

jobs:
build-docs:
build:
uses: ./.github/workflows/build_docs.yml

deploy:
Expand Down

0 comments on commit db62854

Please sign in to comment.