Skip to content

Commit 050fcec

Browse files
committed
Force CSS reload on each new release
1 parent 33aef0d commit 050fcec

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
- run: bun test
1414
- run: mkdir docs/src
1515
- run: cp src/*.ts docs/src
16+
- run: sed -i "s/gtr-cof\.css/gtr-cof.css?v=$GITHUB_SHA/" docs/index.html
1617
- run: echo "Run number=$GITHUB_RUN_NUMBER, Actor=$GITHUB_ACTOR, Sha=$GITHUB_SHA" > docs/version.txt
1718
- name: Deploy
1819
uses: peaceiris/actions-gh-pages@v4

0 commit comments

Comments
 (0)