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 5403c58 commit c12f600Copy full SHA for c12f600
.github/workflows/previews-deploy.yml
@@ -113,8 +113,6 @@ jobs:
113
${{ secrets.SPACES_DEPLOY_TOKEN }} \
114
--gradio-version ${{ needs.changes.outputs.gradio_version }} > url.txt
115
echo "SPACE_URL=$(cat url.txt)" >> $GITHUB_OUTPUT
116
- - name: echo context
117
- run: echo "${{ toJson(github) }}"
118
- name: Upload Website Demos
119
if: github.event.workflow_run.event == 'workflow_dispatch'
120
id: upload-website-demos
0 commit comments