Skip to content

Commit

Permalink
fix(ci): actually build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
prskr committed Oct 30, 2024
1 parent 2e0db78 commit 56c3a49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
- run: pip install mkdocs-material

- run: mkdocs build

- name: Copy files to the s3 website content bucket
run: aws s3 sync dist s3://${{ secrets.HCLOUD_BUCKET }} --delete
env:
Expand Down

0 comments on commit 56c3a49

Please sign in to comment.