mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
fix missing " mark
This commit is contained in:
parent
e635411c70
commit
b47f142270
2
.github/workflows/publish-docs.yml
vendored
2
.github/workflows/publish-docs.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
|
||||
- name: Get current version
|
||||
id: version
|
||||
run: echo "::set-output name=version::$(node -p "const version = require('./packages/jspsych/package.json').version; const [major, minor] = version.split('.'); return `${major}.${minor}`;")
|
||||
run: echo "::set-output name=version::$(node -p "const version = require('./packages/jspsych/package.json').version; const [major, minor] = version.split('.'); return `${major}.${minor}`;")"
|
||||
|
||||
- name: Deploy docs
|
||||
run: npm run docs:deploy ${{ steps.version.outputs.version }}
|
||||
|
Loading…
Reference in New Issue
Block a user