Skip to content

Commit

Permalink
[ci] Removed /preview/
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Sep 20, 2024
1 parent 3972d2b commit 02d907c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
gsutil -m rsync -r ${{ env.SRC_URL }} ${{ env.DST_URL }}
env:
SRC_URL: /home/runner/work/openwisp-docs/openwisp-docs/_build/docs/
DST_URL: gs://${{ secrets.GCS_DOCS_BUCKET_NAME }}/docs/preview/
DST_URL: gs://${{ secrets.GCS_DOCS_BUCKET_NAME }}/docs/

invalidate-cache:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 02d907c

Please sign in to comment.