Skip to content

Commit

Permalink
chore: fix docs deployment (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
akonarski-ds authored Oct 11, 2024
1 parent b906480 commit c3d4c22
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/scripts/deploy_docs.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/bash

uv sync --only-dev
set -euxo pipefail

uv sync

echo $GCP_KEY | base64 -d >> gcp_creds.json
gcloud auth activate-service-account --key-file gcp_creds.json
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
uses: astral-sh/setup-uv@v2
with:
version: "0.4.20"
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: 3.10
- name: Cache Dependencies
uses: actions/cache@v3
with:
Expand Down

0 comments on commit c3d4c22

Please sign in to comment.