Skip to content

Commit

Permalink
Added temp display step to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
brisberg committed Nov 9, 2020
1 parent 2983057 commit 05730d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: dist # The folder the action should deploy.

- name: display
run: echo ${{steps.deploy.outputs.DEPLOYMENT_STATUS}}

# Inform twine.brisberg.dev to pull the latest deployed version
- name: Inform twine.brisberg.dev
uses: peter-evans/repository-dispatch@v1
Expand Down

0 comments on commit 05730d5

Please sign in to comment.