Skip to content

Commit

Permalink
Update static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
richmahn authored Jan 25, 2025
1 parent 43e6623 commit b887ed3
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
- name: Echos
run: echo "${{env.GITHUB_SHA}}"
- name: Create release-notes branch
uses: peterjgrainger/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
with:
# Upload entire repository
path: '.'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
branch: 'release-notes'
sha: '${{env.GITHUB_SHA}}'

0 comments on commit b887ed3

Please sign in to comment.