Browse Source

Bump crazy-max/ghaction-github-pages from 2.3.0 to 2.4.1 (#1259)

pull/1261/head
dependabot[bot] 3 years ago committed by GitHub
parent
commit
f29a4e9a9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/master.yml

2
.github/workflows/master.yml

@ -34,7 +34,7 @@ jobs:
if [ -d target/doc_upload ]; then rm -rf target/doc_upload; fi
mkdir target/doc_upload && mv target/doc target/doc_upload/doc
- name: Upload documentation
uses: crazy-max/ghaction-github-pages@v2.3.0
uses: crazy-max/ghaction-github-pages@v2.4.1
with:
target_branch: gh-pages
keep_history: true

Loading…
Cancel
Save