Skip to content

Commit 06219e4

Browse files
committed
Fix documentation workflow
1 parent bf6991a commit 06219e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
--no-deps \
112112
-j 1
113113
- name: Add redirect
114-
run: echo '<meta http-equiv="refresh" content="0;url=engage_il2cpp/index.html">' > target/aarch64-skyline-switch/doc/index.html
114+
run: echo '<meta http-equiv="refresh" content="0;url=engage/index.html">' > target/aarch64-skyline-switch/doc/index.html
115115
- name: Remove lock file
116116
run: rm target/aarch64-skyline-switch/doc/.lock
117117
- name: Upload artifact

0 commit comments

Comments
 (0)