Skip to content

Commit f009109

Browse files
renamed GitHub Actions workflow for building and publishing documentation
1 parent 754ddc0 commit f009109

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/documentation.yml renamed to .github/workflows/build_and_publish_docs.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
folder: docs/build/
6969
target-folder: / # Deploy to root for master branch
7070
single-commit: True
71+
clean: True
7172

7273
- name: deploy website for dev
7374
if: ${{ github.ref == 'refs/heads/dev' }}
@@ -76,4 +77,9 @@ jobs:
7677
branch: gh-pages
7778
folder: docs/build/
7879
target-folder: dev # Deploy to /dev subdirectory
79-
single-commit: false # Keep history for dev branch
80+
single-commit: false # Keep history for dev branch
81+
clean: True
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

Comments
 (0)