Skip to content

Commit 49ad73a

Browse files
committed
Move environment to last step
1 parent 444842d commit 49ad73a

1 file changed

Lines changed: 3 additions & 14 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -64,18 +64,7 @@ jobs:
6464
retention-days: 2
6565

6666
- name: Output artifact ID
67+
environment:
68+
name: website
69+
url: 'https://contentmd.org'
6770
run: echo 'Artifact ID is ${{ steps.artifact-upload-step.outputs.artifact-id }}'
68-
69-
# Deployment job
70-
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

Comments
 (0)