Skip to content
This repository was archived by the owner on Mar 1, 2025. It is now read-only.

Commit f402c2c

Browse files
committed
using the correct action in ci
1 parent eb3be50 commit f402c2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.forgejo/workflows/deploy.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
npm install
2020
npm run build
2121
- name: Upload artifact
22-
uses: actions/upload-artifact@v4
22+
uses: forgejo/upload-artifact@v4
2323
with:
2424
name: vuepress-build
2525
path: .vuepress/
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@v4
3232
- name: Download artifact
33-
uses: actions/download-artifact@v4
33+
uses: forgejo/download-artifact@v4
3434
with:
3535
name: vuepress-build
3636
path: .vuepress/
@@ -40,7 +40,7 @@ jobs:
4040
git config --global user.name "Jinming Wu, Patrick"
4141
- name: Clone and Deploy
4242
env:
43-
TOKEN: ${{ secrets.DEPLOY_TOKEN }} # You'll need to set this in your repository secrets
43+
TOKEN: ${{ secrets.DEPLOY_TOKEN }}
4444
run: |
4545
git clone --depth 1 https://patrick:${TOKEN}@code.wedotstud.io/wslu/website.git website
4646
cp -rf ./.vuepress/dist/* ./website/wslu/

0 commit comments

Comments
 (0)