Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 936f430

Browse filesBrowse files
fix(actions): docs publish dir
Signed-off-by: Anhad Singh <andypythonappdeveloper@gmail.com>
1 parent 27c2eb1 commit 936f430
Copy full SHA for 936f430

File tree

Expand file treeCollapse file tree

4 files changed

+3
-5
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+3
-5
lines changed

‎.github/workflows/build.yml

Copy file name to clipboardExpand all lines: .github/workflows/build.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
if: github.ref == 'refs/heads/master' && (github.event_name == 'push' || github.event_name == 'schedule')
3737
with:
3838
github_token: ${{ secrets.GITHUB_TOKEN }}
39-
publish_dir: ./build/web/
39+
publish_dir: ./target/doc/

‎Makefile

Copy file name to clipboardExpand all lines: Makefile
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ qemu: $(KERNEL_TARGET) $(USERLAND_TARGET)
6565
-cpu host,+vmx \
6666
-drive file=target/disk.img,if=none,id=NVME1,format=raw \
6767
-device nvme,drive=NVME1,serial=nvme \
68-
${QEMU_FLAGS}
68+
${QEMU_FLAGS}
6969

7070
# "qemu_perf" options:
7171
# delay (default: 30) - the amount of microseconds between each sample.
@@ -82,7 +82,7 @@ qemu_p:
8282
.PHONY: doc
8383
doc:
8484
cd src && cargo doc --package aero_kernel --release --target-dir=../target/doc/
85-
cp web/index.html target/doc/index.html
85+
echo "<meta http-equiv='refresh' content='0; URL=./x86_64-unknown-none/doc/aero_kernel/index.html' />" > target/doc/index.html
8686
ifeq ($(open),yes)
8787
xdg-open target/doc/index.html
8888
endif

‎web/CNAME

Copy file name to clipboardExpand all lines: web/CNAME
-1Lines changed: 0 additions & 1 deletion
This file was deleted.

‎web/index.html

Copy file name to clipboardExpand all lines: web/index.html
-1Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.