Skip to content

Commit

Permalink
ci: add missing checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
dd84ai committed Apr 8, 2024
1 parent 1831711 commit fd6d5cc
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,19 @@ on:
push: {}

jobs:
github-pages:
name: Github Pages
runs-on: ubuntu-22.04
permissions:
contents: read
pages: write
id-token: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
github-pages:
name: Github Pages
runs-on: ubuntu-22.04
permissions:
contents: read
pages: write
id-token: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Check out source repository
uses: actions/checkout@v2

- uses: darklab8/fl-darkstat/.github/actions/build@master
with:
Expand Down

0 comments on commit fd6d5cc

Please sign in to comment.