We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d60f6ec commit 901440fCopy full SHA for 901440f
_pages/update-sites/automatic-uploads.md
@@ -31,6 +31,7 @@ GitHub Actions can be used to automatically build a repository in response to co
31
As a starting point you can copy the following `.github/workflows/release.yml` :
32
33
```yml
34
+{% raw %}
35
name: Release to Update Site
36
37
on:
@@ -60,6 +61,7 @@ jobs:
60
61
- name: Release to ImageJ update site
62
run: |
63
./Fiji.app/ImageJ-linux64 --headless --update upload-complete-site --force ${UPDATE_SITE}
64
+{% endraw %}
65
```
66
67
Don't forget to replace the `WIKI_USER` and `UPDATE_SITE` variables by your informations.
0 commit comments