mirror of
https://github.com/LSPosed/LSPlant.git
synced 2025-05-04 20:42:02 +08:00
Update pages.yml
This commit is contained in:
parent
7af00b8aa7
commit
4ec86d14f4
4
.github/workflows/pages.yml
vendored
4
.github/workflows/pages.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
- name: Install doxygen
|
||||
@ -37,7 +37,7 @@ jobs:
|
||||
- name: Generate doxygen
|
||||
run: doxygen docs/doxygen.cfg
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v1
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
# Upload entire repository
|
||||
path: 'docs/docs'
|
||||
|
Loading…
x
Reference in New Issue
Block a user