Skip to content

Commit

Permalink
feat: change dir in yml
Browse files Browse the repository at this point in the history
  • Loading branch information
laoriy committed Dec 23, 2023
1 parent 505fe19 commit aa29669
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
name: Publish And Deploy Demo
defaults:
run:
working-directory: ./3.vue/5.server-render/nuxt-realworld
on:
push:
branches:
Expand All @@ -13,9 +16,6 @@ jobs:
- name: Checkout
uses: actions/checkout@master

- name: Change Dir
run: cd 3.vue/5.server-render/nuxt-realworld

# 打包构建
- name: SetUp nodejs
uses: actions/setup-node@master
Expand Down

0 comments on commit aa29669

Please sign in to comment.