This commit is contained in:
@ -11,6 +11,9 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Build with MkDocs
|
||||
uses: moonpathbg/mkdocs_builder@latest # https://github.com/moonpathbg/mkdocs_builder
|
||||
#uses: romw314/mkdocs-action@v2 # https://github.com/marketplace/actions/mkdocs-build
|
||||
# - name: Build with MkDocs
|
||||
# uses: moonpathbg/mkdocs_builder@latest # https://github.com/moonpathbg/mkdocs_builder
|
||||
# #uses: romw314/mkdocs-action@v2 # https://github.com/marketplace/actions/mkdocs-build
|
||||
- name: Mkdocs build
|
||||
uses: ./mkdocs-build-action/ # Uses an action in the root directory
|
||||
id: build
|
||||
|
Reference in New Issue
Block a user