diff options
author | Silas Bartha <[email protected]> | 2024-05-27 14:23:00 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2024-05-27 14:23:00 -0400 |
commit | a6b0ef5354872eb59242daf2397af5c36e9c3d1c (patch) | |
tree | 78a31826f8aa25baaabab5d47c0537daf1af51e2 /.github | |
parent | 3aa43394cc760e3ff257c45a328b151da01b7edc (diff) |
Update docs.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/docs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 5a0381a..19fab14 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -28,7 +28,7 @@ jobs: - name: Build docs run: cargo doc --no-deps - name: Add redirect - run: echo '<meta http-equiv="refresh" content="0;url=aoc/index.html">' > target/doc/index.html + run: echo '<meta http-equiv="refresh" content="0;url=occule/index.html">' > target/doc/index.html - name: Remove lock file run: rm target/doc/.lock - name: Upload artifact |