We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef3c39b commit 95b6bedCopy full SHA for 95b6bed
1 file changed
.github/workflows/static.yml
@@ -33,6 +33,11 @@ jobs:
33
uses: actions/checkout@v4
34
- name: Setup Pages
35
uses: actions/configure-pages@v5
36
+ - name: Convert README.md to index.html
37
+ run: |
38
+ sudo apt-get update
39
+ sudo apt-get install -y pandoc
40
+ pandoc README.md -s -o index.html --metadata title="Hytale Server Docker"
41
- name: Upload artifact
42
uses: actions/upload-pages-artifact@v3
43
with:
0 commit comments