Skip to content

Commit 4635817

Browse files
committed
Reset total do repositório
0 parents  commit 4635817

File tree

284 files changed

+51745
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

284 files changed

+51745
-0
lines changed

-18785047531269914618.jpg

173 KB
Loading

.github/workflows/ci.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: Ci MY-Laser-CNC
2+
on:
3+
push:
4+
branches:
5+
- master
6+
- main
7+
permissions:
8+
contents: write
9+
jobs:
10+
deploy:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v4
14+
- name: Configure Git Credentials
15+
run: |
16+
git config user.EdgarMata github-actions[bot]
17+
git config user.zedgarmata@gmail.com 41898282+github-actions[bot]@users.noreply.github.com
18+
- uses: actions/setup-python@v5
19+
with:
20+
python-version: 3.x
21+
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
22+
- uses: actions/cache@v4
23+
with:
24+
key: mkdocs-material-${{ env.cache_id }}
25+
path: .cache
26+
restore-keys: |
27+
mkdocs-material-
28+
- run: pip install mkdocs-material
29+
- run: mkdocs gh-deploy --force

10772418951689463713.jpg

241 KB
Loading

140004821104248758.jpg

94.1 KB
Loading

1862522707-1764711335.jpg

296 KB
Loading

1863638398-807966274.jpg

183 KB
Loading
1.14 MB
Loading
1.37 MB
Loading
612 KB
Loading
82.4 KB
Loading

0 commit comments

Comments
 (0)