Skip to content

Commit

Permalink
fix: remove whitespace from incorrect path
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Jan 4, 2025
1 parent 6a3417b commit 801f90c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: cp ./target/aarch64-unknown-none-softfloat/doc/kernel/index.html ./target/aarch64-unknown-none-softfloat/doc/index.html

- name: Add redirect (change later to /index.html when we move to subdomain)
run: echo '<meta http-equiv="refresh" content="0;url=/sark/kernel/index.html">' > target/aarch6 4-unknown-none-softfloat/doc/index.html
run: echo '<meta http-equiv="refresh" content="0;url=/sark/kernel/index.html">' > target/aarch64-unknown-none-softfloat/doc/index.html

- name: Remove lock file
run: rm target/aarch64-unknown-none-softfloat/doc/.lock
Expand Down

0 comments on commit 801f90c

Please sign in to comment.