Skip to content

Commit

Permalink
Update nuxtjs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
numselli authored Jun 7, 2024
1 parent cc1b29e commit c411716
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/nuxtjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ jobs:
- name: Build Vue
run: |
mkdir buildDir
mv src/Dockerfile buildDir
mv src/.output buildDir
mv docker-compose.yml buildDir/
mkdir buildDir/src
mv src/Dockerfile buildDir/src
mv src/.output buildDir/src
- name: Build Vue
run: |
cd buildDir
Expand Down

0 comments on commit c411716

Please sign in to comment.