Skip to content

Commit

Permalink
resume building repo and pushing to netlify via github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ooloth committed Aug 13, 2023
1 parent 2e461c7 commit 38f496f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/rebuild-and-publish-to-netlify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ env:
on:
push:
branches:
# TODO: change back to "main" when ready
# - main
- fake-branch
- main
paths:
- '.github/workflows/rebuild-and-publish-to-netlify.yaml'
- 'public/**'
Expand All @@ -29,7 +27,6 @@ on:
- postcss.config.js
- tailwind.config.js

# TODO: when adding ci step here, can I add it as a separate job and have both jobs share the initial checkout and npm ci step?
jobs:
rebuild:
runs-on: ubuntu-latest
Expand All @@ -38,7 +35,7 @@ jobs:
- name: Check out repo ☁️
uses: actions/checkout@v3
with:
repository: ooloth/michaeluloth.com
repository: ooloth/mu-eleventy
token: ${{ secrets.ACTIONS_TOKEN }}
submodules: recursive

Expand Down

0 comments on commit 38f496f

Please sign in to comment.