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 ad4ed42 commit f6243e1Copy full SHA for f6243e1
.github/workflows/buildsite.yml
@@ -23,6 +23,8 @@ jobs:
23
sudo cpanm --installdeps --notest .
24
sudo cpanm --notest File::ShareDir::Install
25
sudo cpanm --notest App::CPANModuleSite
26
+ sudo cp -r /root/.cpanm/work/*/build.log build.log
27
+ sudo chmod -R 666 build.log
28
- name: Create pages
29
run: |
30
mkdir -p docs
@@ -36,11 +38,6 @@ jobs:
36
38
git add docs/
37
39
if [ "$GIT_STATUS" != "" ]; then git commit -m "Web site generation"; fi
40
if [ "$GIT_STATUS" != "" ]; then git push; fi
- - name: Copy cpanm log
- if: ${{ failure() }}
41
- run: |
42
- sudo cp -r /root/.cpanm/work/*/build.log build.log
43
- sudo chmod -R 666 build.log
44
- name: Archive CPAN logs
45
if: ${{ failure() }}
46
uses: actions/upload-artifact@v2
0 commit comments