-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5f75296
commit c31173d
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,8 +33,8 @@ jobs: | |
run: | | ||
cd .drevops/docs | ||
ahoy build | ||
ahoy lint | ||
ahoy test | ||
# ahoy lint | ||
# ahoy test | ||
- name: Setup SSH private key | ||
uses: webfactory/[email protected] | ||
|
@@ -44,6 +44,7 @@ jobs: | |
- name: Publish docs | ||
run: | | ||
cd .drevops/docs | ||
export DREVOPS_DEBUG=1 | ||
export DOCS_PUBLISH_REMOTE_URL=https://github.com/drevops/drevops_docs.git | ||
export DOCS_PUBLISH_SRC_TAG=${{ github.ref_type == 'tag' && github.ref_name || '' }} | ||
export DOCS_PUBLISH_SRC_BRANCH=${{ github.ref_type == 'branch' && github.ref_name || '' }} | ||
|