Skip to content

Commit

Permalink
host c302-randi.html and use git lfs
Browse files Browse the repository at this point in the history
  • Loading branch information
warrenalphonso committed Jul 14, 2024
1 parent 6b2511a commit c402a70
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 79 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
content/uploads/**/* filter=lfs diff=lfs merge=lfs -text
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
lfs: true
- name: Setup Python
uses: actions/setup-python@v4
with:
Expand Down
81 changes: 3 additions & 78 deletions content/uploads/CPILFESL.csv
Git LFS file not shown
3 changes: 3 additions & 0 deletions content/uploads/c302-randi.html
Git LFS file not shown
7 changes: 6 additions & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./theme/templates/**/*.html", "./content/**/*.html"],
content: [
"./theme/templates/**/*.html",
"./content/**/*.html",
// Ignore uploads directory
"!./content/uploads/**/*.html",
],
theme: {
extend: {},
},
Expand Down

0 comments on commit c402a70

Please sign in to comment.