Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Codivas/novo-web-site
Browse files Browse the repository at this point in the history
  • Loading branch information
Daviny Letícia Vidal committed Jul 2, 2024
2 parents dd4e169 + ca7fe33 commit d0cb810
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git clone --branch gh-pages https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git gh-pages
rm -rf gh-pages/*
cp -r dist/* gh-pages/
echo "codivas.com.br" > gh-pages/CNAME
cd gh-pages
git clone --branch github-pages https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git github-pages
rm -rf github-pages/*
cp -r dist/* github-pages/
echo "codivas.com.br" > github-pages/CNAME
cd github-pages
git add --all
git commit -m "Deploy to GitHub Pages"
git push origin gh-pages
git push origin github-pages
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
codivas.com.br

0 comments on commit d0cb810

Please sign in to comment.