Skip to content

Commit

Permalink
Update deploy.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yacosta738 committed Dec 27, 2023
1 parent a2fda52 commit 26bdfe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
# package-manager: pnpm@latest # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
env:
FORMSPREE: ${{ secrets.FORMSPREE }}

outputs:
revnumber: ${{ env.revnumber }}

deploy:
needs: build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 26bdfe0

Please sign in to comment.