Skip to content

Commit

Permalink
Prep work for branch renaming (ROCm#389)
Browse files Browse the repository at this point in the history
* Add `amd-staging` and `amd-mainline` to workflow.
* Update branch names in documentation
* Change `dev` to `amd-staging` and `main` to `amd-mainline` in documentation.
* Remove references from 2.x from workflows.
* Convert the link to LICENSE to a relative path in CONTRIBUTING.

---------

Signed-off-by: David Galiffi <David.Galiffi@amd.com>
Signed-off-by: xuchen-amd <xuchen@amd.com>
  • Loading branch information
dgaliffiAMD committed Oct 24, 2024
1 parent 87956de commit efba654
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: Documentation

on:
push:
<<<<<<< HEAD
branches: [ amd-mainline ]
=======
branches: [ main, amd-mainline ]
>>>>>>> c3ce1aae (Prep work for branch renaming (#389))
paths:
- 'docs/archive/docs-2.x/**'
- 'docs/archive/docs-1.x/**'
Expand Down Expand Up @@ -36,7 +40,7 @@ jobs:
- name: Build 1.x docs
run: |
cd docs/archive/docs-1.x
make html
make html
- name: Build 2.x docs
run: |
cd docs/archive/docs-2.x
Expand Down

0 comments on commit efba654

Please sign in to comment.