File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 branches : [master]
55 pull_request :
66 branches : [master]
7-
87jobs :
98 build :
109 runs-on : ubuntu-latest
@@ -18,28 +17,12 @@ jobs:
1817 - run : .travis/affects.sh docs/ .travis || exit 0
1918 if : ${{ github.event_name == ('push' || 'pull_request')}} && ${{github.ref == 'master'}}
2019 name : " Build Docs"
21- # - run: |
22- # yarn install
23- # yarn upgrade docusaurus --latest
24- # name: "updating the existing docusaurus"
2520 - run : |
2621 cd docs/
2722 source .travis/before_install.sh
2823 npm ci
2924 source .travis/script.sh
30- # npm install
31- # docusaurus-init
32-
33- # cd ..
34- # npm ci
3525 env:
3626 VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
37- name : " running the before_install.sh"
38- # - run: |
39- # cd docs/
40- # source .travis/script.sh
41- # name: "running the script.sh"
42- # - run: >
43- # cd docs/
44- # source .travis/script.sh
45- # name: "running the .travis/script.sh"
27+
28+
You can’t perform that action at this time.
0 commit comments