Skip to content

Commit

Permalink
some more tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
narimiran committed Oct 16, 2024
1 parent f15e20d commit 21d032e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
name: Continuous Delivery

on: push

permissions:
id-token: write

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch_depth: 0

Expand Down

0 comments on commit 21d032e

Please sign in to comment.