Skip to content

Commit 03c04c3

Browse files
authored
We do not deploy anymore to github.io (#174)
1 parent 81583b0 commit 03c04c3

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,3 @@ jobs:
3131
- name: Tests
3232
run: |
3333
make test
34-
35-
- name: Deploy 🚀 # Deploy to pages
36-
if: github.ref == 'refs/heads/master'
37-
uses: JamesIves/[email protected]
38-
with:
39-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40-
branch: gh-pages # The branch the action should deploy to.
41-
folder: dist # The folder the action should deploy.
42-
clean: true # Automatically remove deleted files from the deploy branch

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# lycheeorg.dev
22

3-
[![Build Status][build-status-shield]](https://github.com/LycheeOrg/LycheeOrg.github.io/actions)
3+
[![Build Status][build-status-shield]](https://github.com/LycheeOrg/LycheeOrg.github.io/actions/workflows/CI.yml)
4+
[![Image Status][image-status-shield]](https://github.com/LycheeOrg/LycheeOrg.github.io/actions/workflows/Docker.yml)
45

56
## Dependencies
67

@@ -34,4 +35,5 @@ npm run dev
3435

3536
Run `make` to generate the HTML files, which can then be found in `dist/`.
3637

37-
[build-status-shield]: https://img.shields.io/github/actions/workflow/status/LycheeOrg/LycheeOrg.github.io/CI.yml?branch=master
38+
[build-status-shield]: https://img.shields.io/github/actions/workflow/status/LycheeOrg/LycheeOrg.github.io/CI.yml?branch=master
39+
[image-status-shield]: https://img.shields.io/github/actions/workflow/status/LycheeOrg/LycheeOrg.github.io/Docker.yml?branch=master

0 commit comments

Comments
 (0)