forked from QuantStack/quantstack.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Try to fix the popup background and its content opened state.
Update static.yml and docusaurus.config.ts files.
- Loading branch information
1 parent
e236361
commit 1344580
Showing
4 changed files
with
24 additions
and
96 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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
name: Retrieve_Branch_Name | ||
on: push | ||
- branches: "*" | ||
|
||
jobs: | ||
retrieve-branch: | ||
runs-on: ubuntu-latest | ||
- name: Checkout Repository | ||
- uses: actions/checkout@v2 | ||
|
||
- name: Display Branch Name | ||
- run: echo "Current Branch: ${{github.ref}} " | ||
|
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
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