🔨 Updates automation for syncing website

This commit is contained in:
Alicia Sykes 2024-03-06 22:35:35 +00:00 committed by GitHub
parent 0229ad6a76
commit 2de5c8fef5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -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