-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add vuepress plausible plugin (#284)
* add vuepress plausible plugin * fix: formatting diff * rebuild package lock * fix: use legacy openssl to avoid compatibility error see https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported * fix: workaround bug in vuepress sitemap plugin * fix:use node 18 for filecorgi ci build Co-authored-by: Yusef Napora <[email protected]>
- Loading branch information
1 parent
7a5348a
commit d107269
Showing
4 changed files
with
23,140 additions
and
2,592 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 |
---|---|---|
|
@@ -19,6 +19,10 @@ jobs: | |
- name: Setup Python | ||
uses: actions/[email protected] | ||
# Runs a set of commands using the runners shell | ||
- name: Setup Node | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: 18 | ||
- name: Install dependencies | ||
run: | | ||
sudo apt-get update -y | ||
|
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
Oops, something went wrong.