Update main.yml

This commit is contained in:
pjht 2020-07-25 19:06:26 -05:00 committed by GitHub
parent 7b55f9eeb3
commit 4cf9ca6c11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ jobs:
with:
doxyfile-path: "./ActionDoxyfile"
- name: Move files
run: mv kerneldoc/html docsite/kernel
run: sudo mv kerneldoc/html docsite/kernel
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with: