Gitea actions testing
All checks were successful
Build MkDocs / build-and-deploy (push) Successful in 1s
All checks were successful
Build MkDocs / build-and-deploy (push) Successful in 1s
This commit is contained in:
@@ -16,17 +16,10 @@ jobs:
|
|||||||
- name: Clone repository
|
- name: Clone repository
|
||||||
run: |
|
run: |
|
||||||
git clone --branch main https://git.tishenko.dev/tish/knowledge-base.git
|
git clone --branch main https://git.tishenko.dev/tish/knowledge-base.git
|
||||||
pwd
|
|
||||||
echo "execute cd"
|
|
||||||
cd knowledge-base
|
|
||||||
pwd
|
|
||||||
|
|
||||||
- name: Build site
|
- name: Build site
|
||||||
run: |
|
run: |
|
||||||
pwd
|
|
||||||
cd knowledge-base
|
cd knowledge-base
|
||||||
pwd
|
|
||||||
echo "Before mkdocs build"
|
|
||||||
mkdocs build
|
mkdocs build
|
||||||
|
|
||||||
- name: Deploy site
|
- name: Deploy site
|
||||||
|
|||||||
@@ -15,3 +15,5 @@ For full documentation visit [mkdocs.org](https://www.mkdocs.org).
|
|||||||
docs/
|
docs/
|
||||||
index.md # The documentation homepage.
|
index.md # The documentation homepage.
|
||||||
... # Other markdown pages, images and other files.
|
... # Other markdown pages, images and other files.
|
||||||
|
|
||||||
|
Gitea actions testing
|
||||||
Reference in New Issue
Block a user