This commit is contained in:
parent
f264905572
commit
715c3939da
@ -10,10 +10,12 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
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
|
||||
uses: actions/checkout@v4
|
||||
- name: Mkdocs build
|
||||
uses: ./mkdocs-build-action/ # Uses an action in the root directory
|
||||
id: build
|
||||
uses: ./mkdocs-build-action/ # Uses an action in this directory
|
||||
- name: Create release
|
||||
uses: https://gitea.com/actions/release-action@main
|
||||
with:
|
||||
files: |-
|
||||
.site/**
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user