Skip to content

Commit

Permalink
fix: copy
Browse files Browse the repository at this point in the history
  • Loading branch information
visneviySecret committed Jun 3, 2024
1 parent f910e14 commit dccbaa8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/nuxtjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
npm -v
shell: bash

- name: Change to project directory
run: cd cozy-house

- name: Install dependencies
run: npm install

Expand All @@ -58,9 +61,11 @@ jobs:
- name: Checkout repository
run: git clone https://github.com/${{ github.repository }}.git

- name: Change to project directory
run: cd cozy-house

- name: Deploy to GitHub Pages
run: |
cd cozy-house
git checkout gh-pages
git rm -r .
cp -a ../dist/. .
Expand Down

0 comments on commit dccbaa8

Please sign in to comment.