Skip to content

Commit

Permalink
Add deploy script
Browse files Browse the repository at this point in the history
Still have to figure out how this works I guess
  • Loading branch information
l0drex committed Jul 6, 2022
1 parent 01be794 commit df1fad6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Deploy to GitHub Pages

on:
release:
types: [published]

jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest

steps:
- name: Get Build Files
uses: actions/download-artifact@v2
with:
name: production-files
path: ./build

0 comments on commit df1fad6

Please sign in to comment.