File tree Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change 8484 restore-keys : |
8585 sphinxnotes-pages-${{ runner.os }}
8686
87+ - name : Enable github problem matcher
88+ uses : sphinx-doc/github-problem-matcher@master
89+
8790 - id : build
8891 name : Build documentation
8992 run : ${{ github.action_path }}/main.sh
@@ -101,19 +104,8 @@ runs:
101104 uses : actions/configure-pages@v2
102105 if : ${{ inputs.publish == 'true' }}
103106
104- - name : Fix file permissions
105- shell : sh
106- if : runner.os == 'Linux'
107- run : |
108- chmod -c -R +rX "$INPUT_PATH" |
109- while read line; do
110- echo "::warning title=Invalid file permissions automatically fixed::$line"
111- done
112- env :
113- INPUT_PATH : ${{ steps.build.outputs.artifact }}
114-
115107 - name : Upload artifact
116- uses : actions /upload-pages-artifact@v1
108+ uses : SilverRainZ /upload-pages-artifact@main
117109 if : ${{ inputs.publish == 'true' }}
118110 with :
119111 path : ${{ steps.build.outputs.artifact }}
You can’t perform that action at this time.
0 commit comments