Skip to content

Commit 64ef716

Browse files
committed
Rename documentation workflow
1 parent 535cf41 commit 64ef716

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and deploy documentation
1+
name: Documentation
22

33
on:
44
push:
@@ -57,14 +57,14 @@ jobs:
5757
5858
# Upload to GitHub Pages if on main branch
5959
- name: Upload artifacts using actions/upload-pages-artifact
60-
# if: github.ref == 'refs/heads/main'
60+
if: github.ref == 'refs/heads/main'
6161
id: deployment
6262
uses: actions/upload-pages-artifact@v3
6363
with:
6464
path: ./docs/build/html
6565

6666
deploy:
67-
# if: github.ref == 'refs/heads/main'
67+
if: github.ref == 'refs/heads/main'
6868

6969
needs: build
7070

0 commit comments

Comments
 (0)