Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
Tired of GA
  • Loading branch information
fossee-sysad committed Mar 21, 2024
1 parent 968e770 commit 4c011b7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ jobs:
steps:
- name: Checkout your repository using git
uses: actions/checkout@v3
- 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: Install, build, and upload your site
uses: withastro/action@v2
- name: Create folder
Expand Down

0 comments on commit 4c011b7

Please sign in to comment.