The code for my personal website, powered by Jekyll. arthr.me
jekyll-site personal-website
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(build): increases wait time for site build

authored by

Arthur Freitas and committed by
GitHub
6a22d213 386bc7a2

+1 -1
+1 -1
.github/workflows/syndicate.yml
··· 29 29 - name: Wait for Cloudflare Pages deployment 30 30 run: | 31 31 echo "Waiting for Cloudflare Pages deployment to go live..." 32 - sleep 120 32 + sleep 300 33 33 34 34 - name: Set up Python 35 35 uses: actions/setup-python@v5