-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CLOSED] Move website #3807
Closed
Closed
[CLOSED] Move website #3807
Conversation
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
Signed-off-by: Mehdi Nassim KHODJA <[email protected]>
Signed-off-by: Mehdi Nassim KHODJA <[email protected]>
Signed-off-by: Mehdi Nassim KHODJA <[email protected]>
Signed-off-by: Mehdi Nassim KHODJA <[email protected]>
naskio
force-pushed
the
mv-website-to-master
branch
from
July 22, 2024 09:47
1272a11
to
67ca426
Compare
Signed-off-by: Mehdi Nassim KHODJA <[email protected]>
Signed-off-by: Mehdi Nassim KHODJA <[email protected]>
Signed-off-by: Mehdi Nassim KHODJA <[email protected]>
Signed-off-by: Mehdi Nassim KHODJA <[email protected]>
Signed-off-by: Mehdi Nassim KHODJA <[email protected]>
Signed-off-by: Mehdi Nassim KHODJA <[email protected]>
Signed-off-by: Mehdi Nassim KHODJA <[email protected]>
Signed-off-by: Mehdi Nassim KHODJA <[email protected]>
naskio
force-pushed
the
mv-website-to-master
branch
from
July 22, 2024 12:00
c342bf7
to
ae59b62
Compare
Signed-off-by: Mehdi Nassim KHODJA <[email protected]>
Signed-off-by: Mehdi Nassim KHODJA <[email protected]>
Signed-off-by: Mehdi Nassim KHODJA <[email protected]>
Signed-off-by: Mehdi Nassim KHODJA <[email protected]>
Signed-off-by: Mehdi Nassim KHODJA <[email protected]>
Signed-off-by: Mehdi Nassim KHODJA <[email protected]>
Signed-off-by: Mehdi Nassim KHODJA <[email protected]>
Signed-off-by: Mehdi Nassim KHODJA <[email protected]>
Signed-off-by: Mehdi Nassim KHODJA <[email protected]>
Signed-off-by: Mehdi Nassim KHODJA <[email protected]>
Signed-off-by: Mehdi Nassim KHODJA <[email protected]>
Signed-off-by: Mehdi Nassim KHODJA <[email protected]>
Signed-off-by: Mehdi Nassim KHODJA <[email protected]>
Signed-off-by: Mehdi Nassim KHODJA <[email protected]>
Signed-off-by: Mehdi Nassim KHODJA <[email protected]>
Signed-off-by: Mehdi Nassim KHODJA <[email protected]>
Signed-off-by: Mehdi Nassim KHODJA <[email protected]>
Signed-off-by: Mehdi Nassim KHODJA <[email protected]>
Signed-off-by: Mehdi Nassim KHODJA <[email protected]>
Signed-off-by: Mehdi Nassim KHODJA <[email protected]>
Signed-off-by: Mehdi Nassim KHODJA <[email protected]>
Replaced by #3850 |
naskio
changed the title
Move website from gh-pages branch to master under website/ folder
[CLOSED] Move website from gh-pages branch to master under website/ folder
Aug 1, 2024
naskio
changed the title
[CLOSED] Move website from gh-pages branch to master under website/ folder
[CLOSED] Move website
Aug 1, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
Improve website build and deployment process
What this PR does / why we need it:
.github/workflows/pages.yml
which is responsible fo copying files from master togh-pages
branch.Which issue(s) this PR fixes:
Fixes #3715
This PR includes the following:
gh-pages
branch tomaster
underwebsite/
folder.website/CNAME
file (This file won't work with "GitHub Actions" as source, refer to the docs for more details)website/.circleci/
folder (CircleCI is not being used as you can see here)website/.mergify.yml
file (Not needed because we won't use a branch anymore)website/README.txt
towebsite/README.md
and convert to Markdown format (this would allow GitHub to display a formatted page)docs/docs-readme.md
todocs/README.md
(This would allow GitHub to display a formatted page)_config.yml
to excludeREADME.md, copy.sh, Gemfile, Gemfile.lock
from output (For example, we won't have this file anymore https://armadaproject.io/Gemfile)Special notes for your reviewer:
Once this PR is merged, we would also need to:
armadaproject.io
in "Settings > Pages > Build and deployment > Custom domain".gh-pages
branch (Optional).