|
16 | 16 | runs-on: ubuntu-latest |
17 | 17 | steps: |
18 | 18 | - name: Checkout 🛎️ |
19 | | - uses: actions/checkout@v2.3.1 # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly. |
| 19 | + uses: actions/checkout@v2 # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly. |
20 | 20 | with: |
21 | 21 | persist-credentials: false |
22 | 22 |
|
|
27 | 27 | run: npm run typedoc |
28 | 28 |
|
29 | 29 | - name: Deploy 🚀 |
30 | | - uses: JamesIves/github-pages-deploy-action@3.7.1 |
| 30 | + uses: JamesIves/github-pages-deploy-action@4 |
31 | 31 | with: |
32 | | - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
33 | | - BRANCH: gh-pages # The branch the action should deploy to. |
34 | | - FOLDER: docs # The folder the action should deploy. |
35 | | - TARGET_FOLDER: latest |
| 32 | + branch: gh-pages # The branch the action should deploy to. |
| 33 | + folder: docs # The folder the action should deploy. |
| 34 | + target-folder: docs/v1.1 |
0 commit comments