Skip to content

Commit

Permalink
trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
swissiety committed Nov 23, 2023
1 parent 3f4d842 commit 81f28c0
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 @@ -66,7 +66,7 @@ jobs:
git config --local user.name "github-actions[bot]"
# sanitive head_ref name
- run: echo "DOC_VERSION_NAME=${github.head_ref//[^[:alnum:]]/_}" >> "$GITHUB_ENV"
- run: echo DOC_VERSION_NAME="${github.head_ref//[^[:alnum:]]/_}" >> "$GITHUB_ENV"

- run: echo $DOC_VERSION_NAME;
- run: echo "$DOC_VERSION_NAME";
Expand Down

0 comments on commit 81f28c0

Please sign in to comment.