We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 754ddc0 commit f009109Copy full SHA for f009109
.github/workflows/documentation.yml …hub/workflows/build_and_publish_docs.yml.github/workflows/documentation.yml renamed to .github/workflows/build_and_publish_docs.yml
@@ -68,6 +68,7 @@ jobs:
68
folder: docs/build/
69
target-folder: / # Deploy to root for master branch
70
single-commit: True
71
+ clean: True
72
73
- name: deploy website for dev
74
if: ${{ github.ref == 'refs/heads/dev' }}
@@ -76,4 +77,9 @@ jobs:
76
77
branch: gh-pages
78
79
target-folder: dev # Deploy to /dev subdirectory
- single-commit: false # Keep history for dev branch
80
+ single-commit: false # Keep history for dev branch
81
82
+
83
+ - name: print link to the documentation
84
+ run: |
85
+ echo "https://deeppavlov.github.io/chatsky/${{ github.head_ref || github.ref_name }}"
0 commit comments