Skip to content

Commit

Permalink
Deploy Website
Browse files Browse the repository at this point in the history
  • Loading branch information
rubuy-74 committed Jul 30, 2024
1 parent f25e397 commit 828fc1f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Deploy website

on: [push]

jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- name: Repository Checkout
uses: actions/checkout@v4

- name: Setup NodeJS
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm

- name: Install dependencies
run: npm ci


0 comments on commit 828fc1f

Please sign in to comment.