Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
edigonzales committed Oct 13, 2024
1 parent 538e5a1 commit 0af71df
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,13 @@ jobs:
cat ~/.aws/config
cat ~/.aws/credentials
- name: Debug 2
run: |
aws s3 ls
- name: Publish to S3
run: aws s3 sync _site s3://ch-agi-geodaten-dev/
run: aws s3 cp reference.qmd s3://ch-agi-geodaten-dev/

# with:
# aws_key_id: ${{ secrets.HETZNER_S3_KEY_ID }}
Expand Down

0 comments on commit 0af71df

Please sign in to comment.