Skip to content

Commit

Permalink
Merge pull request #113 from isitvegan/cleanup
Browse files Browse the repository at this point in the history
Cleanup (Remove Server)
  • Loading branch information
bash committed Mar 13, 2024
2 parents fb6bc4d + d5b7d5a commit d0e704e
Show file tree
Hide file tree
Showing 58 changed files with 10 additions and 4,379 deletions.
File renamed without changes.
19 changes: 0 additions & 19 deletions .env.default

This file was deleted.

7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./client
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand All @@ -25,8 +22,8 @@ jobs:
run: npm ci
- name: Build
run: npm run build
- run: mkdir ../_site
- run: ./scripts/install.py --target ../_site
- run: mkdir _site
- run: ./scripts/install.py --target _site
- name: Upload GitHub Pages Artifact
uses: actions/upload-pages-artifact@v1

Expand Down
19 changes: 3 additions & 16 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
# Generated by Cargo
# will have compiled files and executables
/target/

# These are backup files generated by rustfmt
**/*.rs.bk

# File loaded by dotenv
.env

# Packed items
item_pack.json

# Vagrant
.vagrant/

/node_modules/
/.rpt2_cache/
/build/
6 changes: 0 additions & 6 deletions Caddyfile

This file was deleted.

Loading

0 comments on commit d0e704e

Please sign in to comment.