File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 restore-keys : |
2424 ${{ runner.os }}-yarn-
2525
26- # Get dependencies for building the ebooks
27- - run : sudo apt-get update
28- - run : sudo apt install calibre
29-
3026 # Install, should be absically instant if cached
3127 - run : yarn install
3228 env :
Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v1
1515 - uses : actions/setup-node@v1
1616
17- # For epub -> PDF conversion
18- - run : sudo apt-get update
19- - run : sudo apt install calibre
20-
2117 # Build v2
2218 - name : Build website v2
2319 run : |
Original file line number Diff line number Diff line change 1919
2020 # For Azure uploads
2121 - run : curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
22- # For epub -> PDF conversion
23- - run : sudo apt-get update
24- - run : sudo apt install calibre
2522
2623 - name : Prepare website v2
2724 run : |
You can’t perform that action at this time.
0 commit comments