Skip to content

Commit

Permalink
Use external source holder for habit tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
hudson-newey committed Mar 2, 2024
1 parent dfa72f8 commit 238d1c9
Show file tree
Hide file tree
Showing 16 changed files with 19 additions and 4,236 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,8 @@ jobs:
with:
submodules: 'true'

- name: Expand node memory
run: |
export NODE_OPTIONS="--max_old_space_size=8192"

- name: Install, build, and upload your site
uses: withastro/action@v1
env:
NODE_OPTIONS: "--max_old_space_size=8192"
with:
path: . # The root location of your Astro project inside the repository. (optional)
node-version: 18 # The specific version of Node that should be used to build your site. Defaults to 18. (optional)
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build output
# dist/
dist/

# generated types
.astro/
Expand Down
1 change: 0 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export default defineConfig({
"**/node_modules/**",
"**/build/**",
"**/.git/**",
"/src/pages/posts/deployments/**",
],
},
},
Expand Down
2,137 changes: 0 additions & 2,137 deletions public/posts/deployments/habit-tracker/client/3rdpartylicenses.txt

This file was deleted.

Binary file not shown.
79 changes: 0 additions & 79 deletions public/posts/deployments/habit-tracker/client/index.html

This file was deleted.

This file was deleted.

17 changes: 0 additions & 17 deletions public/posts/deployments/habit-tracker/client/manifest.webmanifest

This file was deleted.

Loading

0 comments on commit 238d1c9

Please sign in to comment.