Skip to content

Commit

Permalink
commit action without yarn run & Redeploment of Github Pages using gh…
Browse files Browse the repository at this point in the history
…-actions
  • Loading branch information
mczvc-biomew committed Dec 4, 2024
1 parent 9b46697 commit 6012324
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ jobs:
node-version: "16"
cache: 'yarn'
- run: |
yarn install
yarn generate
# yarn install
# yarn generate
touch .gitignore
- name: Init new repo in $BUILD_FOLDER and commit generated files
run: |
grep -rnwl "<link rel=\"prefetch\"" $BUILD_FOLDER | xargs sed -i 's$<link rel="prefetch" href="[^"]*\.\(jpg\|png\|webm\|jpeg\|svg\|gif\)">$$g'
Expand Down

0 comments on commit 6012324

Please sign in to comment.