Skip to content

Commit

Permalink
Update snake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iuu6 authored Mar 17, 2024
1 parent d0a8022 commit 107a1ec
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/snake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,12 @@ jobs:
with:
github_user_name: ${{ github.repository_owner }}
outputs: |
dist/snake-Light.svg
dist/snake-Dark.svg
./static/svg/snake-Light.svg
./static/svg/snake-Dark.svg
# push the content of <build_dir> to a branch
# the content will be available at https://raw.githubusercontent.com/<github_user>/<repository>/<target_branch>/<file> , or as github page
- name: push github-contribution-grid-snake.svg to the output branch
uses: crazy-max/ghaction-github-pages@v4
- name: Push to GitHub
uses: EndBug/[email protected]
with:
target_branch: main
build_dir: ./static/svg/
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
branch: main
message: 'Generate Contribution Snake'

0 comments on commit 107a1ec

Please sign in to comment.