1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-13 20:08:55 +00:00

Publish API documentation on gh-pages branch

This commit is contained in:
grossmj 2020-10-23 22:48:50 +10:30
parent b23422e782
commit 3f57f5285d

View File

@ -32,6 +32,7 @@ jobs:
run: |
git config user.name github-actions
git config user.email github-actions@github.com
git checkout gh-pages
git add docs
git status
git commit -m "Publish API documentation"