Skip to content

Commit 9ad4d09

Browse files
committed
apply prettier across repo
1 parent fdfe505 commit 9ad4d09

53 files changed

Lines changed: 43867 additions & 43188 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/DEPLOYMENT.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ https://<username>.github.io/<repository-name>/
6666
```
6767

6868
For example:
69+
6970
- `https://yourusername.github.io/www/`
7071

7172
## Troubleshooting
@@ -96,11 +97,13 @@ For example:
9697
## Workflow File Location
9798

9899
The workflow configuration is located at:
100+
99101
```
100102
.github/workflows/deploy.yml
101103
```
102104

103105
You can modify this file to:
106+
104107
- Change the trigger branch
105108
- Add additional build steps
106109
- Modify deployment behavior
@@ -116,6 +119,7 @@ If your build requires environment variables:
116119
4. Reference them in the workflow using `${{ secrets.SECRET_NAME }}`
117120

118121
Example:
122+
119123
```yaml
120124
- name: Build static site
121125
run: npm run build
@@ -132,6 +136,7 @@ If you want to disable automatic deployment:
132136
3. Click the **⋮** menu and select **Disable workflow**
133137
134138
Or delete the workflow file:
139+
135140
```bash
136141
rm .github/workflows/deploy.yml
137142
git add .github/workflows/deploy.yml

.prettierrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"trailingComma": "none",
44
"printWidth": 80,
55
"svelteSortOrder": "options-scripts-markup-styles"
6-
}
6+
}

0 commit comments

Comments
 (0)