Skip to content

Commit f4a42cc

Browse files
authored
Update actions.yml
1 parent 53927d1 commit f4a42cc

1 file changed

Lines changed: 2 additions & 19 deletions

File tree

.github/workflows/actions.yml

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
branches: [master]
55
pull_request:
66
branches: [master]
7-
87
jobs:
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+

0 commit comments

Comments
 (0)