diff options
| author | stonedDiscord <Tukz@gmx.de> | 2024-10-17 18:31:50 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2024-10-17 18:31:50 +0200 |
| commit | 9d598e8ce14ef5c8ca5b8e1355caeebe5845d4eb (patch) | |
| tree | 6a4284ae42731d5dbf498cdc1ffb1969c93fa40a /.github/workflows/deploy.yml | |
| parent | 75fd8fc2fd8375e20a696a1c18bda37e0d517adf (diff) | |
| parent | bbf9099167334abf4fcbd76b4cfa2ff18600c3ce (diff) | |
Merge branch 'master' of https://github.com/AttorneyOnline/webAO
Diffstat (limited to '.github/workflows/deploy.yml')
| -rw-r--r-- | .github/workflows/deploy.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5b25aa7..6b1c94e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,9 +10,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v1 + uses: actions/checkout@v4 - name: Setup Node - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: '14' cache: 'npm' @@ -21,7 +21,7 @@ jobs: - name: Build Project run: npm run build - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@4.0.0 + uses: JamesIves/github-pages-deploy-action@v4.6.8 with: branch: gh-pages # The branch the action should deploy to. folder: dist # The folder the action should deploy. |
