Skip to content

Commit

Permalink
Update dependencies and gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
twinkarma committed Feb 15, 2024
1 parent 36144cd commit 444ef47
Show file tree
Hide file tree
Showing 8 changed files with 28,299 additions and 12,619 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/site-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ jobs:
steps:
- name: Checkout 🛎️
uses: actions/[email protected]

- name: Use node v16
uses: actions/setup-node@v4
with:
node-version: 16
- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
run: |
npm install
npm run build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
Expand Down
Loading

0 comments on commit 444ef47

Please sign in to comment.