Skip to content

Commit

Permalink
ci: deploy docs manually
Browse files Browse the repository at this point in the history
  • Loading branch information
15r10nk committed Oct 15, 2023
1 parent 77402e5 commit acaed42
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
tags:
- v[0-9]+.[0-9]+.[0-9]+
- deployed_docs

jobs:
build:
Expand All @@ -26,3 +27,8 @@ jobs:
#EXTRA_PACKAGES: build-base
# GITHUB_DOMAIN: github.myenterprise.com
REQUIREMENTS: doc_requirements.txt
- name: tag docs
uses: tvdias/github-tagger@v0.0.1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
tag: deployed_docs

0 comments on commit acaed42

Please sign in to comment.