We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49ad73a commit 215f645Copy full SHA for 215f645
1 file changed
.github/workflows/publish.yml
@@ -64,7 +64,18 @@ jobs:
64
retention-days: 2
65
66
- name: Output artifact ID
67
- environment:
68
- name: website
69
- url: 'https://contentmd.org'
70
run: echo 'Artifact ID is ${{ steps.artifact-upload-step.outputs.artifact-id }}'
+
+ # Deployment job
+ deploy:
71
+ environment:
72
+ name: website
73
+ url: 'https://contentmd.org'
74
+ runs-on: ubuntu-latest
75
+ needs: build
76
+ steps:
77
+ - name: Deploy
78
+ id: deployment
79
+ # ${{ steps.deployment.outputs.page_url }}
80
+ run: |
81
+ ls -lah
0 commit comments