Skip to content

Commit 7c9740f

Browse files
push to documentation branch, then use cron on server
1 parent 6d47a95 commit 7c9740f

File tree

3 files changed

+5
-49
lines changed

3 files changed

+5
-49
lines changed

.github/workflows/sync_gitlab.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,8 @@ jobs:
1818
cache: 'pip'
1919
- run: pip install -r .acimov/requirements.txt
2020
- run: python .acimov/publish.py
21+
- uses: peaceiris/actions-gh-pages@v4
22+
with:
23+
github_token: ${{ secrets.GITHUB_TOKEN }}
24+
publish_dir: ./public
25+
publish_branch: documentation

.gitlab-ci.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)