Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[김미진]week4 #156

Open
wants to merge 6 commits into
base: part1-김미진
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 0 additions & 27 deletions .github/pull_request_template.md

This file was deleted.

14 changes: 14 additions & 0 deletions .github/workflows/delete-merged-branch-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: delete branch on close pr

on:
pull_request:
types: [closed]

jobs:
delete-branch:
runs-on: ubuntu-latest
steps:
- name: delete branch
uses: SvanBoxel/delete-merged-branch@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 0 additions & 1 deletion 1-weekly-mission-week1-main/.gitignore

This file was deleted.

7 changes: 0 additions & 7 deletions 1-weekly-mission-week1-main/faq.html

This file was deleted.

3 changes: 0 additions & 3 deletions 1-weekly-mission-week1-main/images/facebook.svg

This file was deleted.

Binary file removed 1-weekly-mission-week1-main/images/hero.png
Binary file not shown.
Binary file removed 1-weekly-mission-week1-main/images/image1.png
Binary file not shown.
Binary file removed 1-weekly-mission-week1-main/images/image2.png
Binary file not shown.
Binary file removed 1-weekly-mission-week1-main/images/image3.png
Binary file not shown.
Binary file removed 1-weekly-mission-week1-main/images/image4.png
Binary file not shown.
3 changes: 0 additions & 3 deletions 1-weekly-mission-week1-main/images/instagram.svg

This file was deleted.

11 changes: 0 additions & 11 deletions 1-weekly-mission-week1-main/images/logo.svg

This file was deleted.

3 changes: 0 additions & 3 deletions 1-weekly-mission-week1-main/images/twitter.svg

This file was deleted.

10 changes: 0 additions & 10 deletions 1-weekly-mission-week1-main/images/youtube.svg

This file was deleted.

114 changes: 0 additions & 114 deletions 1-weekly-mission-week1-main/index.html

This file was deleted.

7 changes: 0 additions & 7 deletions 1-weekly-mission-week1-main/privacy.html

This file was deleted.

7 changes: 0 additions & 7 deletions 1-weekly-mission-week1-main/signin.html

This file was deleted.

7 changes: 0 additions & 7 deletions 1-weekly-mission-week1-main/signup.html

This file was deleted.

17 changes: 0 additions & 17 deletions 1-weekly-mission-week1-main/src/reset.css

This file was deleted.

Loading