File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -107,10 +107,6 @@ jobs:
107107 publish_dir : ./build/docs
108108 destination_dir : docs/latest
109109
110- - name : Update emoji list
111- uses : iamgio/quarkdown/.github/actions/update-emoji-list@main
112- if : github.ref_type == 'tag'
113-
114110 # Bump Homebrew
115111 - uses : mislav/bump-homebrew-formula-action@v3
116112 if : github.ref_type == 'tag'
@@ -127,6 +123,11 @@ jobs:
127123 version : ${{ github.ref_name }}
128124 committer_token : ${{ secrets.COMMITTER_TOKEN }}
129125
126+ # Build and push emoji list to GitHub Pages
127+ - name : Update emoji list
128+ uses : iamgio/quarkdown/.github/actions/update-emoji-list@main
129+ if : github.ref_type == 'tag'
130+
130131 dependency-submission :
131132
132133 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments