Skip to content

Commit

Permalink
Improve GitHub Actions f*cking workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb authored Sep 12, 2024
1 parent 1c835cd commit 5f5b40a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/auto-close.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# yamllint disable rule:document-start
# https://docs.github.com/actions

name: Auto-close

on:
schedule:
- cron: '30 8 * * *'

permissions:
issues: write
pull-requests: write

jobs:
stale:
name: Stale
uses: LeoColomb/.github/.github/workflows/auto-close.yml@main
6 changes: 3 additions & 3 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v5
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: ./
destination: ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3

# deploy:
# environment:
Expand Down

0 comments on commit 5f5b40a

Please sign in to comment.