Skip to content

Commit

Permalink
upd yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
SpectralDragon committed May 10, 2023
1 parent 286fafc commit 67682fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name: Swift
name: Deploy website

# This workflow is triggered on pushes to the repository.
on:
push:
branches: [ main ]

permission:
permissions:
contents: write

env:
DEPLOY_ACCESS_TOKEN: ${{ secrets.DEPLOY_ACCESS_TOKEN }}

jobs:
build:
name: Deploy Blog
name: Deploy AdaEngine Website

runs-on: macos-latest

Expand Down

0 comments on commit 67682fa

Please sign in to comment.