Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9b59c77

Browse filesBrowse files
authored
./.well-known (pyscript#10)
1 parent 001aee5 commit 9b59c77
Copy full SHA for 9b59c77

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎.github/workflows/deploy-to-s3.yml

Copy file name to clipboardExpand all lines: .github/workflows/deploy-to-s3.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
role-to-assume: ${{ secrets.AWS_OIDC_RUNNER_ROLE }}
2424
- name: Sync to S3
2525
run: | # Sync index and security txt, exclude hidden files; Sync assets and remove any that aren't in source
26-
aws s3 sync . s3://pyscript.net/ --include ".well-known/security.txt" --include "index.html" --exclude ".*"
26+
aws s3 sync . s3://pyscript.net/ --include "./.well-known/security.txt" --include "index.html" --exclude ".*"
2727
aws s3 sync --delete assets/ s3://pyscript.net/assets/

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.