mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 19:20:55 +00:00
fix extra quotes?
This commit is contained in:
parent
9237de363a
commit
58e3df5af8
2
.github/workflows/publish-docs.yml
vendored
2
.github/workflows/publish-docs.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Get current version
|
- name: Get current version
|
||||||
id: version
|
id: version
|
||||||
run: echo "version=$(node -p "const version = require('./packages/jspsych/package.json').version; const [major, minor] = version.split('.'); `${major}.${minor}`;")" >> "$GITHUB_ENV"
|
run: echo "version=$(node -p "const version = require('./packages/jspsych/package.json').version; const [major, minor] = version.split('.'); `${major}.${minor}`;")" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Deploy docs
|
- name: Deploy docs
|
||||||
run: npm run docs:deploy ${{ env.version }}
|
run: npm run docs:deploy ${{ env.version }}
|
||||||
|
Loading…
Reference in New Issue
Block a user