Skip to content

Commit

Permalink
fix(actions): docs publish dir
Browse files Browse the repository at this point in the history
Signed-off-by: Anhad Singh <andypythonappdeveloper@gmail.com>
  • Loading branch information
Andy-Python-Programmer committed Jul 14, 2024
1 parent 27c2eb1 commit 936f430
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
if: github.ref == 'refs/heads/master' && (github.event_name == 'push' || github.event_name == 'schedule')
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build/web/
publish_dir: ./target/doc/
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ qemu: $(KERNEL_TARGET) $(USERLAND_TARGET)
-cpu host,+vmx \
-drive file=target/disk.img,if=none,id=NVME1,format=raw \
-device nvme,drive=NVME1,serial=nvme \
${QEMU_FLAGS}
${QEMU_FLAGS}

# "qemu_perf" options:
# delay (default: 30) - the amount of microseconds between each sample.
Expand All @@ -82,7 +82,7 @@ qemu_p:
.PHONY: doc
doc:
cd src && cargo doc --package aero_kernel --release --target-dir=../target/doc/
cp web/index.html target/doc/index.html
echo "<meta http-equiv='refresh' content='0; URL=./x86_64-unknown-none/doc/aero_kernel/index.html' />" > target/doc/index.html
ifeq ($(open),yes)
xdg-open target/doc/index.html
endif
Expand Down
1 change: 0 additions & 1 deletion web/CNAME

This file was deleted.

1 change: 0 additions & 1 deletion web/index.html

This file was deleted.

0 comments on commit 936f430

Please # to comment.