Skip to content

Commit

Permalink
home: Migrate assets to a private repository
Browse files Browse the repository at this point in the history
... and cleanup the workflow.
  • Loading branch information
ThrRip committed Nov 8, 2023
1 parent d17e665 commit bc6f524
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,25 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup pnpm
uses: pnpm/action-setup@v2
uses: actions/checkout@v4
- name: Checkout assets
uses: actions/checkout@v4
with:
version: 8
repository: ThrRip/mzg.fan-assets
path: mzg.fan-assets
- name: Copy the assets out
run: cp -r mzg.fan-assets/* .
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: lts/*
check-latest: true
cache: 'pnpm'
cache: pnpm
cache-dependency-path: pnpm-lock.yaml
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8
- name: Setup utilities
run: |
sudo apt-get update
Expand Down
Binary file removed packages/home/assets/img/profile-pic.avif
Binary file not shown.
Binary file removed packages/home/assets/img/profile-pic.webp
Binary file not shown.
Binary file removed packages/home/public/android-chrome-192x192.png
Binary file not shown.
Binary file removed packages/home/public/android-chrome-512x512.png
Binary file not shown.
Binary file removed packages/home/public/apple-touch-icon.png
Binary file not shown.
Binary file removed packages/home/public/favicon.ico
Binary file not shown.

0 comments on commit bc6f524

Please sign in to comment.