We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm missing a description how to deploy to gitlab pages.
So I tried to build it myself without luck.
With following structure of the doc folder:
doc
and following .gitlab-ci.ymlfile, which does nothing than copying the folder content topublic` what the gitlab serves than:
file, which does nothing than copying the folder content to
pages: stage: deploy script: - cp -R doc public artifacts: paths: - public only: - pages
If I serve the folder locally it works But after that I'm gettitn a deployed page, but links to sub markdowns are showing 404 page.
Do I miss something trivial in the index.html or in the deployment pipeline?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm missing a description how to deploy to gitlab pages.
So I tried to build it myself without luck.
With following structure of the
doc
folder:and following .gitlab-ci.yml
file, which does nothing than copying the folder content to
public` what the gitlab serves than:If I serve the folder locally it works
But after that I'm gettitn a deployed page, but links to sub markdowns are showing 404 page.
Do I miss something trivial in the index.html or in the deployment pipeline?
The text was updated successfully, but these errors were encountered: