Skip to content

Commit

Permalink
Downgrade deploy action to 4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
daogrady committed Jul 13, 2023
1 parent a4c4492 commit 21f72e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# ci.yml file for GitHub Actions
name: CI
name: Documentation

on: [push, pull_request]

jobs:
build_and_lint:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
Expand All @@ -28,7 +28,7 @@ jobs:
run: npm run doc:full

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.4.3
uses: JamesIves/github-pages-deploy-action@4.1.4
with:
branch: gh-pages
folder: doc

0 comments on commit 21f72e4

Please sign in to comment.