Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
van1164 committed Nov 7, 2023
1 parent 17793ca commit b2ab666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
sudo apt-get install npm
sudo npm install
sudo npm run build
sudocp -r dist/* /usr/share/nginx/html/
sudo cp -r dist/* /usr/share/nginx/html/
sudo systemctl stop nginx
sudo systemctl start nginx
Expand Down

0 comments on commit b2ab666

Please sign in to comment.