File tree Expand file tree Collapse file tree 2 files changed +4
-11
lines changed
Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 3131 - name : Tests
3232 run : |
3333 make test
34-
35- - name : Deploy 🚀 # Deploy to pages
36- if : github.ref == 'refs/heads/master'
37- 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
Original file line number Diff line number Diff line change 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
3536Run ` 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
You can’t perform that action at this time.
0 commit comments