mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
commit
8bfbef2708
2
.github/workflows/publish-docs.yml
vendored
2
.github/workflows/publish-docs.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
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
|
||||
run: npm run docs:deploy "$version"
|
||||
run: npm run docs:deploy ${{ env.version }}
|
||||
|
||||
- name: Checkout gh-docs branch
|
||||
uses: actions/checkout@v2
|
||||
|
Loading…
Reference in New Issue
Block a user