mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-06 08:34:14 +01:00
🔨 Updates automation for syncing website
This commit is contained in:
parent
0229ad6a76
commit
2de5c8fef5
1 changed files with 3 additions and 2 deletions
5
.github/workflows/update-docs-site.yml
vendored
5
.github/workflows/update-docs-site.yml
vendored
|
|
@ -17,8 +17,9 @@ on:
|
|||
# 1. Checkout master branch
|
||||
# 2. Checkout website source code branch
|
||||
# 3. Install Python
|
||||
# 4. Run the script which processes documentation
|
||||
# 5. Commit and push updated docs to the website source code branch
|
||||
# 4. Copy /docs from master to website branch
|
||||
# 5. Run the script which processes documentation
|
||||
# 6. Commit and push updated docs to the website source code branch
|
||||
jobs:
|
||||
update-docs:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue