Skip to content

Commit

Permalink
Merge branch 'eq19:v1' into v1
Browse files Browse the repository at this point in the history
  • Loading branch information
eq19 authored May 8, 2024
2 parents 58f35f2 + 3871728 commit e5a73d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,17 @@ on:
types: [completed] #requested
workflows: ["pages-build-deployment"]

# 🪂 Allow only one concurrent deployment
# 🪂 Allow concurrent deployment
concurrency:
group: "pages"
cancel-in-progress: true
cancel-in-progress: false

# Set GITHUB_TOKEN scopes
permissions: write-all

# Sets global environtment variables
env:
RUN: ${{ github.run_id }}
USER: ${{ github.actor }}
REPO: ${{ github.repository }}
OWNER: ${{ github.repository_owner }}
Expand All @@ -32,12 +33,11 @@ jobs:
- name: 📂 Checkout
uses: actions/checkout@v4
with:
submodules: recursive
token: ${{ secrets.JEKYLL_GITHUB_TOKEN }}

- name: 💎 Build on Linux
if: runner.os == 'Linux'
uses: eq19/feed@v2
uses: eq19/feed@v3
with:
pre_build_commands: 'make build'
token: ${{ secrets.JEKYLL_GITHUB_TOKEN }}
Expand Down

0 comments on commit e5a73d5

Please sign in to comment.