File tree Expand file tree Collapse file tree 2 files changed +34
-1
lines changed
Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Original file line number Diff line number Diff line change 1+ name : Generate pacman animation
2+
3+ on :
4+ schedule : # execute every 12 hours
5+ - cron : " * */12 * * *"
6+
7+ workflow_dispatch :
8+
9+ push :
10+ branches :
11+ - main
12+
13+ jobs :
14+ generate :
15+ permissions :
16+ contents : write
17+ runs-on : ubuntu-latest
18+ timeout-minutes : 5
19+
20+ steps :
21+ - name : generate pacman-contribution-graph.svg
22+ uses : abozanona/pacman-contribution-graph@main
23+ with :
24+ github_user_name : ${{ github.repository_owner }}
25+
26+
27+ - name : push pacman-contribution-graph.svg to the output branch
28+ uses : crazy-max/ghaction-github-pages@v3.1.0
29+ with :
30+ target_branch : output
31+ build_dir : dist
32+ env :
33+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1010
1111###
1212
13- <p align =" right " >A Full-Stack Developer with a passion for building robust and scalable applications.</p >
13+ <p align =" center " >A Full-Stack Developer with a passion for building robust and scalable applications.</p >
1414
1515###
1616
You can’t perform that action at this time.
0 commit comments