Skip to content

Commit bd29e9f

Browse files
committed
uncomment workflows in readme
1 parent 0c5d635 commit bd29e9f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@ yarn build:nginx
141141
Just trigger one of the following workflows:
142142

143143
```bash
144-
# .github/workflows/bash__deploy-nginx.yml
144+
.github/workflows/bash__deploy-nginx.yml
145145

146-
# .github/workflows/default__deploy-nginx.yml
146+
.github/workflows/default__deploy-nginx.yml
147147
```
148148

149149
SSH alias for the remote server, example config file:
@@ -164,10 +164,10 @@ Only available in Github Actions. Just trigger one of the following workflows:
164164

165165
```bash
166166
# uses official Astro action
167-
# .github/workflows/gh-pages__deploy-astro.yml
167+
.github/workflows/gh-pages__deploy-astro.yml
168168

169169
# uses manual build, useful for Astro in monorepos
170-
# .github/workflows/gh-pages__deploy-manual.yml
170+
.github/workflows/gh-pages__deploy-manual.yml
171171
```
172172

173173
### 3. Docker
@@ -215,12 +215,12 @@ Just trigger these workflows:
215215

216216
```bash
217217
# build and push Docker image
218-
# .github/workflows/default__build-push-docker.yml
218+
.github/workflows/default__build-push-docker.yml
219219

220220
# pull and run latest Docker image
221221
# trigger one of the following:
222-
# .github/workflows/bash__deploy-docker.yml
223-
# .github/workflows/default__deploy-docker.yml
222+
.github/workflows/bash__deploy-docker.yml
223+
.github/workflows/default__deploy-docker.yml
224224
```
225225

226226
## Roadmap

0 commit comments

Comments
 (0)