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 810e1e4 commit ec1a47bCopy full SHA for ec1a47b
.github/workflows/publish-website.yml
@@ -37,11 +37,9 @@ jobs:
37
configFile: .devcontainer/doc-builder/devcontainer.json
38
# push: ${{ github.repository_owner == 'Polprzewodnikowy' && 'filter' || 'never' }}
39
refFilterForPush: refs/heads/main
40
- # runCmd: |
41
- # make all -j
42
-
43
- - run: doxygen
44
- - run: docfx docfx.json
+ runCmd: |
+ doxygen
+ docfx docfx.json
45
46
- name: Upload artifact
47
uses: actions/upload-pages-artifact@v4
0 commit comments