Skip to content

Commit

Permalink
Add stable website dir, to be updated (#4948)
Browse files Browse the repository at this point in the history
* Add stable

* stable redirect
  • Loading branch information
jackgerrits authored Jan 8, 2025
1 parent 30cbbf7 commit a427b38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
[
# For main use the workflow target
{ ref: "${{github.ref}}", dest-dir: dev, uv-version: "0.5.13" },
{ ref: "${{github.ref}}", dest-dir: stable, uv-version: "0.5.13" },
{ ref: "v0.4.0.dev0", dest-dir: "0.4.0.dev0", uv-version: "0.5.11" },
{ ref: "v0.4.0.dev1", dest-dir: "0.4.0.dev1", uv-version: "0.5.11" },
{ ref: "v0.4.0.dev2", dest-dir: "0.4.0.dev2", uv-version: "0.5.11" },
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/autogen/,/autogen/0.2/
/autogen/,/autogen/stable/
/autogen/docs/Getting-Started,/autogen/0.2/docs/Getting-Started
/autogen/docs/installation/,/autogen/0.2/docs/installation/
/autogen/docs/tutorial/introduction,/autogen/0.2/docs/tutorial/introduction
Expand Down

0 comments on commit a427b38

Please sign in to comment.