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 444842d commit 49ad73aCopy full SHA for 49ad73a
1 file changed
.github/workflows/publish.yml
@@ -64,18 +64,7 @@ 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