-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added link to documentation; fix license link
- Loading branch information
darthcav
committed
May 11, 2024
1 parent
54eb754
commit 049977d
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,15 +49,15 @@ jobs: | |
ref: gh-pages | ||
repository: ${{ github.repository }} | ||
token: ${{ github.token }} | ||
- name: Clear existing content (optional) | ||
run: rm -rf ./public # This will remove all existing files in the gh-pages branch | ||
- name: Clear existing content (optional) | ||
run: rm -rf ./docs # This will remove all existing files in the gh-pages branch | ||
- name: Download artifact | ||
uses: actions/[email protected] | ||
with: | ||
name: docs | ||
path: ./docs | ||
- name: Copy license | ||
run: cp LICENSE ./docs/LICENSE | ||
- name: Commit and push to gh-pages | ||
run: | | ||
git config user.name ${{ github.actor }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters