Skip to content

Commit

Permalink
ci: publish public folder
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed May 31, 2022
1 parent fd87294 commit 436ff5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test and Release
name: Build and Release

on: push

Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
echo "machine github.com login accesskey password ${{ secrets.GITHUB_TOKEN }}" > ~/.netrc
git config --global user.email "actions@example.com"
git config --global user.name "GitHub Actions"
cd build
cd public
touch .nojekyll
echo ${{ env.DOMAIN }} > CNAME
git init
Expand Down

0 comments on commit 436ff5d

Please sign in to comment.