diff --git a/.github/workflows/mdbook.yml b/.github/workflows/mdbook.yml index 543c435..b1ee208 100644 --- a/.github/workflows/mdbook.yml +++ b/.github/workflows/mdbook.yml @@ -43,7 +43,7 @@ jobs: - name: Build with mdBook run: mdbook build - name: Upload artifact - uses: actions/upload-pages-artifact@v1 + uses: actions/upload-pages-artifact@v2 with: path: ./book diff --git a/README.md b/README.md index 1ad1989..8fd9cf3 100644 --- a/README.md +++ b/README.md @@ -37,4 +37,4 @@ $ mdbook serve --open ## Code of Conduct, License & Contributing -Refer to the [Code of Conduct](/CODE_OF_CONDUCT.md) and the [License](/LICENSE) for this repository for the expected behavior of contributors and users of the repository. If you have any concerns reach out to me (Tyler Swann) on Teams or follow standard M procedures for issues you are having within the team, branch or MDN. If you wish to contribute, follow the [contributing guide](/CONTRIBUTING.md). +Refer to the [Code of Conduct](/CODE_OF_CONDUCT.md) and the [License](/LICENSE) for this repository for the expected behavior of contributors and users of the repository. If you have any concerns, open a discussion or contact the appropriate members of Monash DeepNeuron. If you wish to contribute, follow the [contributing guide](/CONTRIBUTING.md). diff --git a/src/chapter3/slurm.md b/src/chapter3/slurm.md index d6b623d..8cc0cf5 100644 --- a/src/chapter3/slurm.md +++ b/src/chapter3/slurm.md @@ -16,7 +16,7 @@ As we discussed in the previous section we use bash scripts to run jobs on M3. W #SBATCH --time=0-00:01:00 #SBATCH --job-name=hello #SBATCH --partition=m3i -#SBATCH --mail-user=jmar0066@student.monash.edu +#SBATCH --mail-user=@student.monash.edu #SBATCH --mail-type=BEGIN,END,FAIL echo "Hello World"