Skip to content

Commit

Permalink
Update Deploy.yml
Browse files Browse the repository at this point in the history
Good lord I hope this is the last time I have to touch actions
  • Loading branch information
ArcTrooper210 authored Oct 23, 2024
1 parent 7e59fbb commit 5d099a0
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
name: Deploy to GHP
permissions:
deployments: write
contents: write
statuses: write
actions: write
checks: read
on:
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
env:
ENABLE_STRICT: false
ENABLE_STRICT: true
META_DESCRIPTIONS: true
ENABLE_GIT_REVISION_DATE: true
ENABLE_GIT_COMMITTERS: true
ENABLE_GIT_AUTHORS: true
ENABLE_MINIFY: true
ENABLE_STRICT_GIT_REVISION_DATE: true
steps:
Expand Down

0 comments on commit 5d099a0

Please sign in to comment.