Skip to content

Commit

Permalink
Try 5
Browse files Browse the repository at this point in the history
  • Loading branch information
suchmememanyskill committed Nov 13, 2023
1 parent ecc9e5e commit e04e320
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/compile.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: PlatformIO CI

permissions:
pages: write
id-token: write

on: [push, pull_request]

jobs:
Expand Down Expand Up @@ -56,6 +60,11 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- name: Print GitHub event name
run: |
echo "${{ github.event_name }}"
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v2

0 comments on commit e04e320

Please sign in to comment.