Skip to content

Commit 901440f

Browse files
committed
Automatic uploads: avoid escaping curly braces
The yaml sample needed a raw section, otherwise the password reference doesn't render.
1 parent d60f6ec commit 901440f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_pages/update-sites/automatic-uploads.md

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ GitHub Actions can be used to automatically build a repository in response to co
3131
As a starting point you can copy the following `.github/workflows/release.yml` :
3232

3333
```yml
34+
{% raw %}
3435
name: Release to Update Site
3536

3637
on:
@@ -60,6 +61,7 @@ jobs:
6061
- name: Release to ImageJ update site
6162
run: |
6263
./Fiji.app/ImageJ-linux64 --headless --update upload-complete-site --force ${UPDATE_SITE}
64+
{% endraw %}
6365
```
6466

6567
Don't forget to replace the `WIKI_USER` and `UPDATE_SITE` variables by your informations.

0 commit comments

Comments
 (0)