Browse Source

Bump crazy-max/ghaction-github-pages from 2 to 2.3.0 (#1252)

pull/1254/head
dependabot[bot] 3 years ago committed by GitHub
parent
commit
c836f5fd62
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
uses: crazy-max/ghaction-github-pages@v2.3.0
with:
target_branch: gh-pages
keep_history: true

Loading…
Cancel
Save