-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for visualizing EMIT data (#9)
* Add conda-forge installation instructions * Add EMIT module * Add more EMIT functions * Add netlify * Add emit to docs
- Loading branch information
Showing
8 changed files
with
1,030 additions
and
21 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 |
---|---|---|
|
@@ -35,18 +35,18 @@ jobs: | |
- name: Build docs | ||
run: | | ||
mkdocs build | ||
# - name: Deploy to Netlify | ||
# uses: nwtgck/[email protected] | ||
# with: | ||
# publish-dir: "./site" | ||
# production-branch: main | ||
- name: Deploy to Netlify | ||
uses: nwtgck/[email protected] | ||
with: | ||
publish-dir: "./site" | ||
production-branch: main | ||
|
||
# github-token: ${{ secrets.GITHUB_TOKEN }} | ||
# deploy-message: "Deploy from GitHub Actions" | ||
# enable-pull-request-comment: true | ||
# enable-commit-comment: false | ||
# overwrites-pull-request-comment: true | ||
# env: | ||
# NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} | ||
# NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }} | ||
# timeout-minutes: 10 | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
deploy-message: "Deploy from GitHub Actions" | ||
enable-pull-request-comment: true | ||
enable-commit-comment: false | ||
overwrites-pull-request-comment: true | ||
env: | ||
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} | ||
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }} | ||
timeout-minutes: 10 |
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
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# emit module | ||
|
||
::: hypercoast.emit |
Oops, something went wrong.