File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ jobs:
3232 - name : Build N64FlashcartMenu ROM
3333 uses :
devcontainers/[email protected] 3434 with :
35- imageName : ghcr.io/polprzewodnikowy/N64FlashcartMenu-docbuilder
36- cacheFrom : ghcr.io/polprzewodnikowy/N64FlashcartMenu-docbuilder
35+ # imageName: ghcr.io/polprzewodnikowy/N64FlashcartMenu-docbuilder
36+ # cacheFrom: ghcr.io/polprzewodnikowy/N64FlashcartMenu-docbuilder
3737 configFile : .devcontainer/doc-builder/devcontainer.json
38- push : ${{ github.repository_owner == 'Polprzewodnikowy' && 'filter' || 'never' }}
38+ # push: ${{ github.repository_owner == 'Polprzewodnikowy' && 'filter' || 'never' }}
3939 refFilterForPush : refs/heads/main
40- runCmd : |
41- make all -j
40+ # runCmd: |
41+ # make all -j
4242
4343 - name : Run Doxygen to generate API docs
4444 uses : mattnotmitt/doxygen-action@v1
You can’t perform that action at this time.
0 commit comments