Skip to content

Commit

Permalink
Remove blog.
Browse files Browse the repository at this point in the history
  • Loading branch information
DeruiDENG committed Mar 12, 2023
1 parent d70a3ee commit 471e0e6
Show file tree
Hide file tree
Showing 61 changed files with 1,019 additions and 12,223 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/blog-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# This is a basic workflow to help you get started with Actions

name: deploy-blog
name: deploy-blogs

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches: [ master ]
# paths:
# - packages/blog/**.*
# - .github/workflows/blog-deploy.yml
# paths:
# - packages/blogs/**.*
# - .github/workflows/blogs-deploy.yml

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand All @@ -27,13 +27,13 @@ jobs:
- name: Install NPM packages
run: yarn
- name: Build artifact
run: yarn workspace blog build
run: yarn workspace blogs build

- name: Vercel Action
uses: amondnet/vercel-action@v19
with:
vercel-token: ${{ secrets.ZEIT_TOKEN }} # Required
vercel-org-id: ${{ secrets.ZEIT_ORG_ID}} #Required
vercel-project-id: ${{ secrets.ZEIT_PROJECT_ID}} #Required
vercel-project-id: ${{ secrets.ZEIT_PROJECT_ID}} #Required
working-directory: ./
vercel-args: '--prod'
1 change: 0 additions & 1 deletion .idea/playground.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,7 @@
"source-map-loader": "^0.2.3",
"style-loader": "^1.1.3",
"ts-node": "^7.0.1",
"typescript": "^3.7.5",
"webpack": "^4.44.1",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.7.2"
"typescript": "^4.6.2"
},
"resolutions": {
"dot-prop": "5.2.0"
Expand Down
4 changes: 0 additions & 4 deletions packages/blog/.eslintignore

This file was deleted.

6 changes: 0 additions & 6 deletions packages/blog/.eslintrc.js

This file was deleted.

71 changes: 0 additions & 71 deletions packages/blog/.gitignore

This file was deleted.

17 changes: 0 additions & 17 deletions packages/blog/README.md

This file was deleted.

220 changes: 0 additions & 220 deletions packages/blog/build/createPages.ts

This file was deleted.

Binary file removed packages/blog/content/assets/app-icon.jpg
Binary file not shown.
Binary file removed packages/blog/content/assets/gatsby-icon.png
Binary file not shown.
Binary file removed packages/blog/content/assets/profile-image.jpeg
Binary file not shown.
Loading

0 comments on commit 471e0e6

Please sign in to comment.