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 c9e8440 commit b7c2b53Copy full SHA for b7c2b53
.github/workflows/main.yaml
@@ -76,13 +76,6 @@ jobs:
76
name: diffs
77
path: |
78
diffs/
79
- - name: Output artifacts URL
80
- run: |
81
- echo 'Artifact URL:' \
82
- '${STEPS_DIFFS_ARTIFACT_UPLOAD_OUTPUTS_ARTIFACT_URL}' \
83
- >> $GITHUB_STEP_SUMMARY
84
- env:
85
- STEPS_DIFFS_ARTIFACT_UPLOAD_OUTPUTS_ARTIFACT_URL: ${{ steps.diffs-artifact-upload.outputs.artifact-url }}
86
- name: Publish cheatsheets and handouts
87
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
88
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
0 commit comments