Skip to content

Commit eeb7d07

Browse files
authored
Merge pull request #190 from spatial-model-editor/dependabot/github_actions/JamesIves/github-pages-deploy-action-4.4.1
Bump JamesIves/github-pages-deploy-action from 4.4.0 to 4.4.1
2 parents fe559ad + 0b94b36 commit eeb7d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
cache: "npm"
1818
- run: npm install
1919
- run: npm run build
20-
- uses: JamesIves/github-pages-deploy-action@v4.4.0
20+
- uses: JamesIves/github-pages-deploy-action@v4.4.1
2121
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.node-version == 16
2222
name: Deploy to gh-pages
2323
with:

0 commit comments

Comments
 (0)