Skip to content

Commit d5c1da7

Browse files
committed
add echo command
1 parent c5f200d commit d5c1da7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/on-new-framework-tag.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,14 @@ jobs:
1919
with:
2020
ref: gh-pages
2121
path: 'documentation'
22+
2223
- id: get_dest_dir
2324
run: |
2425
ref=${{ github.event.client_payload.ref }}
26+
echo "ref is ${{ ref }}"
2527
dir=$(echo "$ref" | cut -d / -f 3 | cut -d . -f 1-2)
2628
echo "::set-output name=destination_dir::$dir"
29+
echo "destination dir is ${{ steps.get_dest_dir.outputs.destination_dir }}"
2730
2831
- name: Deploy to GH page
2932
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)