We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c693f61 commit ab26f02Copy full SHA for ab26f02
.github/workflows/release-asset.yml
@@ -85,3 +85,22 @@ jobs:
85
asset_path: ./elixir-ls.zip
86
asset_name: elixir-ls.zip
87
asset_content_type: application/zip
88
+
89
+ build-docsite:
90
+ name: Build Mkdocs website
91
+ runs-on: ubuntu-latest
92
+ container:
93
+ image: squidfunk/mkdocs-material
94
+ steps:
95
+ - name: Build
96
+ run: mkdocs build -s
97
98
+ publish-docsite:
99
+ name: Publish Mkdocs website to GH Pages
100
101
102
+ - name: Publish
103
+ uses: JamesIves/[email protected]
104
+ with:
105
+ branch: mkdocs
106
+ folder: site
0 commit comments