Skip to content

Commit

Permalink
Merge pull request #160 from yeti-switch/dmitry-sinina-patch-8
Browse files Browse the repository at this point in the history
Update release.yml
  • Loading branch information
dmitry-sinina authored Jan 12, 2025
2 parents b28fe23 + 1a09bac commit 286f3c8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: pip install sphinx sphinx_rtd_theme sphinxcontrib-mermaid sphinxcontrib.googleanalytics sphinxcontrib-video sphinxcontrib.spelling

- name: install graphviz and rclone
run: sudo apt install graphviz rclone
run: sudo apt install graphviz rclone s4cmd

- name: Run make
run: make
Expand All @@ -31,4 +31,9 @@ jobs:

- name: deploy
run: "rclone -I sync _build my-remote:"


- name: deploy2
env:
S3_ACCESS_KEY: ${{secrets.S3_ACCESS_KEY}}
S3_SECRET_KEY: ${{secrets.S3_SECRET_KEY}}
run: s4cmd --endpoint-url=${{secrets.S3_ENDPOINT_URL}} dsync -s -r --delete-removed _build/en/html/ s3://${{secrets.S3_BUCKET}}/

0 comments on commit 286f3c8

Please sign in to comment.