-
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.
- Loading branch information
1 parent
8c596a6
commit 32ec473
Showing
12 changed files
with
33 additions
and
45 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 |
---|---|---|
|
@@ -37,24 +37,24 @@ jobs: | |
make html | ||
- name: Deploy | ||
if: github.event_name == 'push' && github.repository == 'AMReX-Codes/AMReX-Hydro' && github.ref == 'refs/heads/development' | ||
if: github.event_name == 'push' && github.repository == 'AMReX-Fluids/AMReX-Hydro' && github.ref == 'refs/heads/development' | ||
uses: JamesIves/[email protected] | ||
with: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
ACCESS_TOKEN: ${{ secrets.DEPLOY_DOCS_HYDRO }} | ||
REPOSITORY_NAME: AMReX-Codes/AMReX-Codes.github.io | ||
REPOSITORY_NAME: AMReX-Fluids/AMReX-Fluids.github.io | ||
BRANCH: main # The branch the action should deploy to. | ||
FOLDER: Docs/build/html # The folder the action should deploy. | ||
TARGET_FOLDER: amrex-hydro/docs_html # The folder the action should deploy to. | ||
CLEAN: false # Do not remove existing files from the deploy target. | ||
|
||
- name: Deploy Doxygen | ||
if: github.event_name == 'push' && github.repository == 'AMReX-Codes/AMReX-Hydro' && github.ref == 'refs/heads/development' | ||
if: github.event_name == 'push' && github.repository == 'AMReX-Fluids/AMReX-Hydro' && github.ref == 'refs/heads/development' | ||
uses: JamesIves/[email protected] | ||
with: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
ACCESS_TOKEN: ${{ secrets.DEPLOY_DOCS_HYDRO }} | ||
REPOSITORY_NAME: AMReX-Codes/AMReX-Codes.github.io | ||
REPOSITORY_NAME: AMReX-Fluids/AMReX-Fluids.github.io | ||
BRANCH: main # The branch the action should deploy to. | ||
FOLDER: Docs/Doxygen/html # The folder the action should deploy. | ||
TARGET_FOLDER: amrex-hydro/Doxygen/html # The folder the action should deploy to. | ||
|
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 |
---|---|---|
|
@@ -51,14 +51,14 @@ your fork. | |
`development` on the main AMReX-Hydro repository. | ||
|
||
First, let us setup your local git repo. To make your own fork of the main | ||
repository, press the fork button on the [AMReX-Hydro Github page](https://github.com/AMReX-Codes/AMReX-Hydro). | ||
repository, press the fork button on the [AMReX-Hydro Github page](https://github.com/AMReX-Fluids/AMReX-Hydro). | ||
|
||
Then, clone AMReX-Hydro on your local computer. If you plan on doing a lot of AMReX-Hydro development, | ||
we recommend configuring your clone to use ssh access so you won't have to enter your Github | ||
password every time, which you can do using these commands: | ||
|
||
``` | ||
git clone [email protected]:AMReX-Codes/AMReX-Hydro.git | ||
git clone [email protected]:AMReX-Fluids/AMReX-Hydro.git | ||
cd AMReX-Hydro | ||
# Add your own fork. | ||
|
@@ -78,7 +78,7 @@ machine, see | |
If you instead prefer to use HTTPS authentication, configure your local clone as follows: | ||
|
||
``` | ||
git clone https://github.com/AMReX-Codes/AMReX-Hydro.git | ||
git clone https://github.com/AMReX-Fluids/AMReX-Hydro.git | ||
cd AMReX-Hydro | ||
# Add your own fork. | ||
|
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
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
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
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