Skip to content

Commit

Permalink
Create build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abkarim committed Jun 7, 2023
1 parent d9f52a5 commit dfe3ef5
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Build
on: [push]
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Remove unnesesary files 🛎
run: |
rm README.md package.json package-lock.json .gitignore .prettierrc.json .eslintrc.json
rm -rf .github
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: / # The folder the action should deploy.

0 comments on commit dfe3ef5

Please sign in to comment.