Skip to content

Commit

Permalink
Update mirror branch to jazzy (#212)
Browse files Browse the repository at this point in the history
* Update mirror branch

Signed-off-by: Raul Sanchez-Mateos <[email protected]>

* Update action/upload-artifact version

Signed-off-by: Raul Sanchez-Mateos <[email protected]>

---------

Signed-off-by: Raul Sanchez-Mateos <[email protected]>
  • Loading branch information
rsanchez15 authored Sep 25, 2024
1 parent 7df69c6 commit 604fd4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
make html
- name: Upload documentation
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: Documentation HTML
path: docs/build/html/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
source: 'main'
dest: 'iron'
dest: 'jazzy'

0 comments on commit 604fd4a

Please sign in to comment.