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 e8a2f3d commit 620da22Copy full SHA for 620da22
action.yml
@@ -41,15 +41,11 @@ runs:
41
- name: Upload Static Site Artifacts
42
uses: actions/upload-pages-artifact@v0
43
with:
44
- name: github-pages
45
path: ./${{ inputs.docC-generated-static-site-uploaded-name }}/__site
46
retention-days: 1
47
48
- name: Deploy To Pages
49
id: deploy-step
50
- env:
51
52
- url: ${{ steps.deployment.outputs.page_url }}
53
uses: actions/deploy-pages@v1
54
55
emit_telemetry: false
0 commit comments