Template
Initial: ITPP standards repo with templates, CI workflows, .gitignore, and .markdownlint.json
Docs Check / lint (push) Failing after 34s
Docs Check / lint (push) Failing after 34s
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
name: Publish Docs Site
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
schedule:
|
||||
- cron: '0 5 * * *'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Build MkDocs site
|
||||
run: |
|
||||
pip install mkdocs mkdocs-material
|
||||
bash build-docs.sh
|
||||
mkdocs build
|
||||
- name: Deploy to app3
|
||||
run: |
|
||||
rsync -avz site/ root@152.53.241.111:/var/www/docs.itpropartner.com/
|
||||
Reference in New Issue
Block a user