Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akonarski-ds committed Oct 8, 2024
1 parent b927a99 commit 7a71fc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/deploy_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ uv run mkdocs build
gcloud storage cp -r site/* gs://ragbits-documentation

# Invalidate cached content in the CDN
gcloud compute url-maps invalidate-cdn-cache ragbis-documentation-lb \
gcloud compute url-maps invalidate-cdn-cache ragbits-documentation-lb \
--path "/*" --async
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Deploy documentation

on:
# push:
# branches: [chore/setup_docs]
release:
branches: [main]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 7a71fc1

Please sign in to comment.