Skip to content

Commit

Permalink
workflows: deploy: update base path to match website
Browse files Browse the repository at this point in the history
  • Loading branch information
ES-Alexander authored Oct 16, 2024
1 parent eb08a6f commit f3e47be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:

- name: Upload official docs
run: |
aws s3 cp --recursive public s3://br-www-docs/cockpit/${{ github.ref_name }}
aws s3 cp --recursive public s3://br-www-docs/cockpit/docs/${{ github.ref_name }}

0 comments on commit f3e47be

Please sign in to comment.