Skip to content

Commit

Permalink
Add names
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Jan 7, 2024
1 parent c737511 commit 6d9b387
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ concurrency:

jobs:
build:
name: Build docs
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
- name: Checkout repository
uses: actions/checkout@v4

- name: Install Nix
Expand All @@ -36,6 +37,7 @@ jobs:
path: public/

deploy:
name: Deploy gh pages
runs-on: ubuntu-latest
needs: build
steps:
Expand Down

0 comments on commit 6d9b387

Please sign in to comment.