Skip to content

Commit

Permalink
add netlify headers
Browse files Browse the repository at this point in the history
  • Loading branch information
dzenreda committed Dec 2, 2024
1 parent 73a78b1 commit b2c530d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ name: Build and deploy GH Pages
jobs:
build:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
# Skip the workflow
# if: github.ref == 'refs/heads/main'
if: false
steps:
- name: checkout
uses: actions/[email protected]
Expand Down
2 changes: 2 additions & 0 deletions _headers
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/bundle.css
Cache-Control: max-age=86400, immutable

0 comments on commit b2c530d

Please sign in to comment.