Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .github/dependabot.yml

This file was deleted.

9 changes: 6 additions & 3 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
- name: Setup bun
uses: oven-sh/setup-bun@v1

- name: Install and Build
env:
# NUXT_APP_BASE_URL: '/webceyhan.github.io/'
GITHUB_API_TOKEN: ${{ secrets.API_TOKEN }}
Expand All @@ -22,8 +25,8 @@ jobs:
USER_TWITTER: ${{ vars.USER_TWITTER }}
USER_INSTAGRAM: ${{ vars.USER_INSTAGRAM }}
run: |
npm ci
npm run generate
bun install
bun run generate
rm -f .output/public/200.html

- name: Deploy
Expand Down
Binary file added bun.lockb
Binary file not shown.
Loading