Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Lmears committed Nov 7, 2023
2 parents f6e8a1e + a3f60cf commit ca335fe
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
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

on:
push:
branches:
- master

jobs:
build-and-deploy:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v2

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./
cname: slypork.studio
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# slypork.studio
Portfolio site featuring my audio mastering, music projects, and software development. Connect with my work, listen to my creations, and explore my code through this interactive hub.
Portfolio site featuring my audio mastering, music projects, and software. Connect with my work, listen to my creations, and explore my code through this interactive hub.

0 comments on commit ca335fe

Please sign in to comment.