Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
Two
  • Loading branch information
fossee-sysad committed Mar 21, 2024
1 parent 5e87858 commit 21eb2ac
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
steps:
- name: Checkout your repository using git
uses: actions/checkout@v3
- name: Setup yarn
run: npm install -g yarn
- name: Setup yarn
run: npm install -g yarn

- name: Setup Nodejs with yarn caching
uses: actions/setup-node@v2
with:
node-version: "14"
cache: yarn
- name: Setup Nodejs with yarn caching
uses: actions/setup-node@v2
with:
node-version: "14"
cache: yarn
- name: Install, build, and upload your site
uses: withastro/action@v2
- name: Create folder
Expand Down

0 comments on commit 21eb2ac

Please sign in to comment.