Result of Preprocessing Step in 'Compile.ps1' Script - Remove Trailing Whitespace Characters

This commit is contained in:
Mr.k
2024-07-26 03:37:43 +03:00
parent 1d6d0d600c
commit b5dffd671f
55 changed files with 68 additions and 68 deletions

2
.github/CODEOWNERS vendored
View File

@ -56,4 +56,4 @@
# directory in the root of your repository except for the `/apps/github`
# subdirectory, as its owners are left empty.
# /apps/ @octocat
# /apps/github
# /apps/github

View File

@ -6,4 +6,4 @@ updates:
interval: "weekly"
ignore:
- dependency-name: "actions/stale"
versions: '>= 9'
versions: '>= 9'

View File

@ -2,7 +2,7 @@ name: GitHub Pages Deploy
on:
release:
types: [published, prereleased]
workflow_dispatch:
workflow_dispatch:
permissions:
contents: write
jobs:

View File

@ -42,4 +42,4 @@ jobs:
ISSUE_NUMBER: ${{ github.event.issue.number }}
run: |
echo Closing the issue...
gh issue close $ISSUE_NUMBER --repo ${{ github.repository }}
gh issue close $ISSUE_NUMBER --repo ${{ github.repository }}

View File

@ -22,4 +22,4 @@ jobs:
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: main
folder: '.'
folder: '.'

View File

@ -37,4 +37,4 @@ jobs:
shell: pwsh
env:
TEMP: ${{ runner.temp }}
TEMP: ${{ runner.temp }}