Skip to content

Commit

Permalink
Feat: Github Actions를 이용한 정적 배포 스크립트 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jihongeek committed Jun 22, 2024
1 parent ad1adc9 commit 732cf02
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Deploy Project

on: [push]

jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Upload Static Web Projects
uses: actions/upload-artifact@v4
with:
name: dist
path: |
jihongeek\project
beomjun(012050)\project
eunjin\project-24-1st
jinwon\web
minyook\img
minyook\MYWEB_css
minyook\MYWEB_html
minkyong\2024-05-20
seungjin\week-3
seungjin\week-4
yoojin\site

0 comments on commit 732cf02

Please sign in to comment.