Skip to content

Commit

Permalink
fix: fix docs release
Browse files Browse the repository at this point in the history
  • Loading branch information
LMaxence committed Jan 2, 2025
1 parent 2b242e5 commit 0b326fa
Show file tree
Hide file tree
Showing 3 changed files with 8,737 additions and 17,679 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
deploy:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@master
Expand Down
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:

jobs:
deploy:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@master
Expand Down
Loading

0 comments on commit 0b326fa

Please sign in to comment.