Skip to content

Commit

Permalink
fix: ci test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
zkrising committed Sep 19, 2024
1 parent 66b1a2f commit 60d8557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
run: docker run -v ./site:/site --entrypoint="mkdocs" docs build

- name: Deploy docs
run: scp -r ./site/. ci@"$TACHI_HOST":tachi-docs
run: scp -r ./site ci@"$TACHI_HOST":tachi-docs
env:
TACHI_HOST: ${{secrets.TACHI_HOST}}

0 comments on commit 60d8557

Please sign in to comment.