Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

Bump crazy-max/ghaction-github-pages from v2.2.0 to v2.3.0 #22

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
run: gulp install
- name: GitHub Pages
if: success()
uses: crazy-max/ghaction-github-pages@v2.2.0
uses: crazy-max/ghaction-github-pages@v2.3.0
with:
build_dir: dist/markdown-to-html
env:
Expand Down