Skip to content

Commit

Permalink
fixed destination dir to cast as string (otherwise considered as float)
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Aug 25, 2024
1 parent 209445a commit 8040094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
deploy:
uses: llaville/.github/.github/workflows/gh-pages.yml@master
with:
destination-dir: 4.0
destination-dir: "4.0"
force-orphan: false
php-version: "8.2"

0 comments on commit 8040094

Please sign in to comment.