Skip to content

Commit e6563fa

Browse files
committed
use main as default branch
1 parent 7475096 commit e6563fa

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.drone.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -11,38 +11,38 @@ concurrency:
1111

1212
steps:
1313
- name: assets
14-
image: owncloudci/alpine:latest
14+
image: docker.io/owncloudci/alpine
1515
commands:
1616
- make theme
1717

1818
- name: sync
19-
image: thegeeklab/git-batch:latest
19+
image: quay.io/thegeeklab/git-batch
2020
commands:
2121
- git-batch -vv
2222

2323
- name: build
24-
image: owncloudci/hugo:0.99.1
24+
image: docker.io/owncloudci/hugo:0.99.1
2525
commands:
2626
- hugo
2727

2828
- name: publish
29-
image: plugins/gh-pages:latest
29+
image: docker.io/plugins/gh-pages
3030
settings:
3131
pages_directory: public/
3232
copy_contents: true
3333
password:
3434
from_secret: github_token
35-
target_branch: master
35+
target_branch: gh-pages
3636
username:
3737
from_secret: github_username
3838
delete: true
3939
when:
4040
ref:
41-
- refs/heads/source
41+
- refs/heads/main
4242

4343
trigger:
4444
ref:
45-
- refs/heads/source
45+
- refs/heads/main
4646
- refs/pull/**
4747

4848
...

.prettierignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.drone.*

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# owncloud.github.io
22

3-
This repository is hosting the owncloud GitHub Page. You can find the latest version
4-
at [https://owncloud.dev](https://owncloud.dev)
3+
This repository is hosting the owncloud GitHub Page. You can find the latest version at [https://owncloud.dev](https://owncloud.dev)
54

65
## License
76

0 commit comments

Comments
 (0)