Skip to content

Commit

Permalink
fix: node version variable for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Oct 28, 2024
1 parent 5a178a3 commit a595730
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 @@ -19,6 +19,6 @@ jobs:
port: ${{ secrets.REMOTE_PORT }}
script: |
source "$HOME/.nvm/nvm.sh"
nvm use ${{ env.GLOBAL_NVM_USE_VERSION }}
nvm use ${{ vars.GLOBAL_NVM_USE_VERSION }}
cd ${{ secrets.DOCS_RUNNER_PATH }}
${{ secrets.DOCS_RUNNER_COMMAND }}

0 comments on commit a595730

Please sign in to comment.