-
Notifications
You must be signed in to change notification settings - Fork 5
Added devcontainer support #29
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
Conversation
b5520fa to
67bd53b
Compare
RaduNichita
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @mguludag, many thanks for the contribution! It looks pretty ok to me, could you please a small section in the README.md about how to use .devcontainer, please?
.devcontainer/devcontainer.json
Outdated
| }, | ||
| "github-cli": "latest" | ||
| } | ||
| } No newline at end of file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| } | |
| } | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
.github/workflows/deploy.yml
Outdated
| steps: | ||
| - name: Deploy to GitHub Pages | ||
| id: deployment | ||
| uses: actions/deploy-pages@v4 No newline at end of file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| uses: actions/deploy-pages@v4 | |
| uses: actions/deploy-pages@v4 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
.github/workflows/deploy.yml
Outdated
| name: Deploy to GitHub Pages | ||
| needs: build | ||
|
|
||
| # Grant GITHUB_TOKEN the permissions required to make a Pages deployment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you put a TODO here, please?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added
67bd53b to
072c768
Compare
Instructions for devcontainer is added into README.md |
072c768 to
160481b
Compare
✅ Deploy Preview for bemanproject ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Issue: #9
Created the devcontainer file from https://github.com/facebook/docusaurus/blob/main/.devcontainer/devcontainer.json
Created the deploy workflow from https://docusaurus.io/docs/deployment#triggering-deployment-with-github-actions