Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eq19 authored Jul 24, 2023
1 parent beb4bca commit 9592c20
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,17 @@ on:
concurrency:
group: "pages"
cancel-in-progress: true


# Set GITHUB_TOKEN scopes
permissions: write-all

# Sets global environtment variables
env:
USER: ${{ github.actor }}
REPO: ${{ github.repository }}
OWNER: ${{ github.repository_owner }}

ACTOR: ${{ github.triggering_actor }}

jobs:
# Build job
github-pages:
Expand All @@ -37,10 +41,11 @@ jobs:
with:
pre_build_commands: 'make build'
token: ${{ secrets.JEKYLL_GITHUB_TOKEN }}
owner: ${{ secrets.JEKYLL_GITHUB_OWNER }}

- name: 💎 Build on Windows
if: runner.os == 'Windows'
uses: eq19/maps@v1
with:
dotnet-version: '3.1.x'
token: ${{ secrets.JEKYLL_GITHUB_TOKEN }}
owner: ${{ secrets.JEKYLL_GITHUB_OWNER }}

0 comments on commit 9592c20

Please sign in to comment.