Skip to content

Commit

Permalink
added upload
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabh-s-sawant committed Aug 17, 2024
1 parent e0be6bf commit 4ae34c9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ jobs:
make clean
make html
- name: Upload documentation as artifact
id: upload
uses: actions/upload-artifact@v4
with:
name: github-pages
path: Docs/build/html/ # Ensure this path is correct

deploy:
needs: build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4ae34c9

Please sign in to comment.