Skip to content
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

Feat/add desc #5

Closed
wants to merge 51 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
f3ad57e
feat:test build
arnaudpoffe Jun 30, 2023
2f5e17d
feat: deploy test
arnaudpoffe Jun 30, 2023
61b3a80
feat: deploy and global config
arnaudpoffe Jun 30, 2023
7c535f7
feat: test build and push
arnaudpoffe Jun 30, 2023
0bcb8e0
feat: git push build
arnaudpoffe Jun 30, 2023
33c8aae
feat : update yml
arnaudpoffe Jun 30, 2023
c2a5033
feat: git push
arnaudpoffe Jun 30, 2023
c6d086d
feat: git push
arnaudpoffe Jun 30, 2023
232e99f
deploy
arnaudpoffe Jun 30, 2023
8a4abb5
deploy
arnaudpoffe Jun 30, 2023
ab11441
deploy github pages
arnaudpoffe Jul 3, 2023
7078ac2
Merge branch 'master' of https://github.com/neopixl/tech-radar
arnaudpoffe Jul 3, 2023
12acc20
test deploy
arnaudpoffe Jul 3, 2023
c8f7313
test deploy
arnaudpoffe Jul 3, 2023
3d87541
test deploy
arnaudpoffe Jul 3, 2023
13630c6
deploy
arnaudpoffe Jul 3, 2023
8ef34a7
deploy test
arnaudpoffe Jul 3, 2023
5f1a5a3
Merge branch 'master' of https://github.com/neopixl/tech-radar
arnaudpoffe Jul 3, 2023
73347ee
test token
arnaudpoffe Jul 3, 2023
cb01937
test token
arnaudpoffe Jul 3, 2023
6c4c87b
deploy
arnaudpoffe Jul 3, 2023
2540329
feat:create radar template
arnaudpoffe Jul 4, 2023
5ff6a41
Create static.yml
arnaudpoffe Jul 3, 2023
ab04c96
Update README.md
NeopixlAnthony Jul 6, 2023
c11144c
deploy
arnaudpoffe Jul 6, 2023
439c26f
clean test md file
NeopixlAnthony Aug 17, 2023
6756e6a
Merge branch 'master' of github.com:neopixl/tech-radar
NeopixlAnthony Aug 17, 2023
876e4cd
update ring
NeopixlAnthony Aug 17, 2023
61d5039
deploy
arnaudpoffe Aug 17, 2023
123c1cd
update md files with url
NeopixlAnthony Aug 17, 2023
56e7f7e
deploy
arnaudpoffe Aug 17, 2023
3fafb73
add new md file
NeopixlAnthony Aug 31, 2023
4704204
deploy
arnaudpoffe Aug 31, 2023
051e529
change tag for alamofire
NeopixlAnthony Aug 31, 2023
800ee70
Merge branch 'master' of github.com:neopixl/tech-radar
NeopixlAnthony Aug 31, 2023
542ce19
deploy
arnaudpoffe Aug 31, 2023
17ed5f3
try folders
NeopixlAnthony Aug 31, 2023
50bf631
deploy
arnaudpoffe Aug 31, 2023
c51ea92
update quadrant and all md file
NeopixlAnthony Aug 31, 2023
b4684af
Fix build / config
mdupierreux Oct 3, 2023
61aabf2
Merge pull request #1 from neopixl/fix/build
mdupierreux Oct 3, 2023
56d9435
deploy
arnaudpoffe Oct 3, 2023
0992ab2
Fix build workflow
mdupierreux Oct 3, 2023
e6c3e9e
Merge pull request #2 from neopixl/fix/build
mdupierreux Oct 3, 2023
0d4f951
deploy
arnaudpoffe Oct 3, 2023
b1e2894
Fix build dir
mdupierreux Oct 3, 2023
cb2179f
Merge pull request #3 from neopixl/fix/build
mdupierreux Oct 3, 2023
caa4f63
deploy
arnaudpoffe Oct 3, 2023
efa4536
feat: added Android techs
mdupierreux Oct 16, 2023
411e717
Merge branch 'master' into feat/add-items
mdupierreux Oct 16, 2023
5c5e070
Merge pull request #4 from neopixl/feat/add-items
mdupierreux Oct 16, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: test build and push
  • Loading branch information
arnaudpoffe committed Jun 30, 2023
commit 7c535f750c0104175fa9199e80a93547bb08005f
10 changes: 1 addition & 9 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,4 @@ jobs:
git config --global --add safe.directory /github/workspace/build
git config --local user.email "arnaud.poffe@neopixl.com"
git config --local user.name "GitHub Action"
git commit -m 'deploy'

- name: Force push to destination branch
uses: ad-m/github-push-action@v0.5.0
with:
github_token: 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
branch: gh-pages
force: true
directory: ./build
git commit -m 'deploy'