This is to try to stop the infinite actions loop
This commit is contained in:
parent
b4e94f7af1
commit
b4792c0051
1 changed files with 3 additions and 1 deletions
|
@ -3,6 +3,8 @@ name: Build Resume
|
|||
|
||||
on:
|
||||
push:
|
||||
tags-ignore:
|
||||
- "*"
|
||||
paths:
|
||||
- "resume.md"
|
||||
- "resume-css-stylesheet.css"
|
||||
|
@ -33,6 +35,6 @@ jobs:
|
|||
direction: upload
|
||||
url: https://gitfor.ge
|
||||
repo: musselman/resume
|
||||
token: ${{ secrets.FORGEJO_SECRET }}
|
||||
token: ${{ secrets.GITEA_TOKEN }}
|
||||
release-dir: .
|
||||
override: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue