Skip to content

Commit

Permalink
fixed wrong path in docs github action
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed May 9, 2024
1 parent 1e0717f commit 550ad1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
tar -czvf api-reference.tar.gz haddock-build
- name: Uploading to S3
run: |
aws s3 cp ./guide.tar.gz s3://${{ secrets.S3_BUCKET }}/docs/guide.tar.gz
aws s3 cp ./Guide/guide.tar.gz s3://${{ secrets.S3_BUCKET }}/docs/guide.tar.gz
aws s3 cp ./api-reference.tar.gz s3://${{ secrets.S3_BUCKET }}/docs/api-reference.tar.gz

0 comments on commit 550ad1a

Please sign in to comment.