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 d38e8a5 commit da89835Copy full SHA for da89835
action.yml
@@ -104,19 +104,8 @@ runs:
104
uses: actions/configure-pages@v2
105
if: ${{ inputs.publish == 'true' }}
106
107
- - name: Fix file permissions
108
- shell: sh
109
- if: runner.os == 'Linux'
110
- run: |
111
- chmod -c -R +rX "$INPUT_PATH" |
112
- while read line; do
113
- echo "::warning title=Invalid file permissions automatically fixed::$line"
114
- done
115
- env:
116
- INPUT_PATH: ${{ steps.build.outputs.artifact }}
117
-
118
- name: Upload artifact
119
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v2
120
121
with:
122
path: ${{ steps.build.outputs.artifact }}
0 commit comments