Skip to content

Commit 3a7e509

Browse files
authored
Merge pull request #60 from rtucek/github-actions
GitHub actions v2
2 parents c78be8e + 1d8f88e commit 3a7e509

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and deploy docs
1+
name: Docs
22

33
on: workflow_dispatch
44

@@ -31,6 +31,8 @@ jobs:
3131
deploy:
3232
name: Deploy to GitHub Pages
3333
runs-on: ubuntu-latest
34+
environment: github-pages
35+
needs: build
3436

3537
steps:
3638
- name: Download build artifact

deploy-docs.sh

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)