Skip to content

Commit

Permalink
Add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaskupczyk committed Nov 6, 2023
1 parent dc72663 commit 41fe277
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to GitHub Pages
name: gh-pages-build

on:
push:
Expand All @@ -12,7 +12,7 @@ permissions:

jobs:
deploy:
name: Deploy to GitHub Pages
name: gh-pages-build
runs-on: ubuntu-latest
defaults:
run:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs-pr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test deployment
name: gh-pages-pr

on:
pull_request:
Expand All @@ -9,7 +9,7 @@ on:

jobs:
test-deploy:
name: Test deployment
name: gh-pages-pr
runs-on: ubuntu-latest
defaults:
run:
Expand Down

0 comments on commit 41fe277

Please sign in to comment.