Skip to content

Commit

Permalink
ci/docs: fix branch name for latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Mar 22, 2024
1 parent 0054f02 commit a30bd33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

# Uploading docs to GCS, so they can be served on lightning.ai
- name: Upload docs/thunder/latest to GCS 🪣
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
run: gsutil -m rsync -d -R docs/build/html/ ${GCP_TARGET}/latest

# Uploading docs to GCS, so they can be served on lightning.ai
Expand Down

0 comments on commit a30bd33

Please sign in to comment.