Skip to content

Commit

Permalink
Update selfhost.yml
Browse files Browse the repository at this point in the history
from stackoverflow
  • Loading branch information
fossee-sysad committed Mar 21, 2024
1 parent ea8a499 commit 41027e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/selfhost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
steps:
- name: Install yarn
run: |
apt install yarn
npm run install-yarn-package
yarn run yarn-install --frozen-lockfile
- name: Checkout your repository using git
uses: actions/checkout@v3
- name: Install, build, and upload your site
Expand Down

0 comments on commit 41027e6

Please sign in to comment.