Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Xenosians committed Jul 31, 2023
2 parents 57933ec + 9a7a506 commit 673d6c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 151 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Build and Deploy
on:
push:
branches: [master]
schedule:
- cron: '0 19 * * *'

jobs:
build-and-deploy:
Expand All @@ -15,6 +13,9 @@ jobs:
- uses: actions/checkout@v2.3.1
with:
persist-credentials: false
- uses: actions/setup-node@v3
with:
node-version: 14.21.1

- name: Install 🔧
run: yarn install
Expand Down
149 changes: 0 additions & 149 deletions pages/member.jsx

This file was deleted.

0 comments on commit 673d6c9

Please sign in to comment.