Compare commits
4 Commits
ad8dbb95dd
...
e217642174
| Author | SHA1 | Date | |
|---|---|---|---|
|
e217642174
|
|||
|
cb02f280cb
|
|||
| 0d024c5556 | |||
| 0595bf0a82 |
2
.github/workflows/animation-processing.yml
vendored
2
.github/workflows/animation-processing.yml
vendored
@ -162,7 +162,7 @@ jobs:
|
|||||||
run: npm run build:demo
|
run: npm run build:demo
|
||||||
|
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v4
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: ./dist-demo
|
publish_dir: ./dist-demo
|
||||||
|
|||||||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -105,7 +105,7 @@ jobs:
|
|||||||
name: build-artifacts
|
name: build-artifacts
|
||||||
|
|
||||||
- name: Create release
|
- name: Create release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v2
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
|
|||||||
4
.github/workflows/demo-deployment.yml
vendored
4
.github/workflows/demo-deployment.yml
vendored
@ -192,7 +192,7 @@ jobs:
|
|||||||
path: dist/demo/
|
path: dist/demo/
|
||||||
|
|
||||||
- name: Deploy to staging
|
- name: Deploy to staging
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v4
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: ./dist/demo
|
publish_dir: ./dist/demo
|
||||||
@ -221,7 +221,7 @@ jobs:
|
|||||||
path: dist/demo/
|
path: dist/demo/
|
||||||
|
|
||||||
- name: Deploy to production
|
- name: Deploy to production
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v4
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: ./dist/demo
|
publish_dir: ./dist/demo
|
||||||
|
|||||||
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -165,7 +165,7 @@ jobs:
|
|||||||
git log --oneline $(git describe --tags --abbrev=0 2>/dev/null || echo "HEAD~10")..HEAD >> release_notes.md || true
|
git log --oneline $(git describe --tags --abbrev=0 2>/dev/null || echo "HEAD~10")..HEAD >> release_notes.md || true
|
||||||
|
|
||||||
- name: Create GitHub Release
|
- name: Create GitHub Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
tag_name: ${{ needs.validate-version.outputs.version }}
|
tag_name: ${{ needs.validate-version.outputs.version }}
|
||||||
name: Owen Animation System ${{ needs.validate-version.outputs.version }}
|
name: Owen Animation System ${{ needs.validate-version.outputs.version }}
|
||||||
@ -237,7 +237,7 @@ jobs:
|
|||||||
run: npm run build:demo
|
run: npm run build:demo
|
||||||
|
|
||||||
- name: Deploy demo to GitHub Pages
|
- name: Deploy demo to GitHub Pages
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v4
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: ./dist/demo
|
publish_dir: ./dist/demo
|
||||||
@ -245,7 +245,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Update latest demo link
|
- name: Update latest demo link
|
||||||
if: needs.validate-version.outputs.is_prerelease == 'false'
|
if: needs.validate-version.outputs.is_prerelease == 'false'
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v4
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: ./dist/demo
|
publish_dir: ./dist/demo
|
||||||
|
|||||||
Reference in New Issue
Block a user