Skip to content

Commit ec1a47b

Browse files
committed
retest
1 parent 810e1e4 commit ec1a47b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/publish-website.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,9 @@ jobs:
3737
configFile: .devcontainer/doc-builder/devcontainer.json
3838
# push: ${{ github.repository_owner == 'Polprzewodnikowy' && 'filter' || 'never' }}
3939
refFilterForPush: refs/heads/main
40-
# runCmd: |
41-
# make all -j
42-
43-
- run: doxygen
44-
- run: docfx docfx.json
40+
runCmd: |
41+
doxygen
42+
docfx docfx.json
4543
4644
- name: Upload artifact
4745
uses: actions/upload-pages-artifact@v4

0 commit comments

Comments
 (0)