Update docs.yml

This commit is contained in:
Silas Bartha 2024-05-27 14:23:00 -04:00 committed by GitHub
parent 3aa43394cc
commit a6b0ef5354
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,7 @@ jobs:
- name: Build docs - name: Build docs
run: cargo doc --no-deps run: cargo doc --no-deps
- name: Add redirect - 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 - name: Remove lock file
run: rm target/doc/.lock run: rm target/doc/.lock
- name: Upload artifact - name: Upload artifact