Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dangershony committed Jul 22, 2024
1 parent 8c4df27 commit 9c876c2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 14 deletions.
18 changes: 6 additions & 12 deletions .github/workflows/gh-deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,10 @@ jobs:
npm install csso-cli -g
find ${{env.OUTPUT_PATH}}/wwwroot/assets/css -type f -name '*.css' -exec csso {} -o {} \;
# - name: Deploy to Github Pages
# uses: JamesIves/github-pages-deploy-action@v4
# with:
# branch: gh-pages
# folder: ${{env.OUTPUT_PATH}}/wwwroot

- name: Deploy
uses: peaceiris/actions-gh-pages@v4
- name: Deploy to Github Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
deploy_key: ${{ secrets.GITHUB_TOKEN }}
external_repository: block-core/angor-test
publish_branch: main # default: gh-pages
publish_dir: ./public
branch: main
folder: ${{env.OUTPUT_PATH}}/wwwroot
repository-name: block-core/angor-test
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angor",
"version": "0.0.51",
"version": "0.0.52",
"license": "MIT",
"scripts": {
"version": "node -p \"require('./package.json').version\"",
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>0.0.51</Version>
<Version>0.0.52</Version>
<TargetFramework>net7.0</TargetFramework>
<Authors>Blockcore</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit 9c876c2

Please sign in to comment.