Skip to content

Commit

Permalink
Merge pull request #1 from 1chooo/1chooo-patch-2
Browse files Browse the repository at this point in the history
πŸ“[1chooo-patch-2/init]
  • Loading branch information
1chooo authored Jan 6, 2024
2 parents 19d7cf6 + 3934155 commit 8ab315d
Show file tree
Hide file tree
Showing 63 changed files with 5,851 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/workflows/fetch-gist-post.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# name: Fetch Gist Post

# on:
# push:
# workflow_dispatch:

# jobs:
# fetch:
# runs-on: ubuntu-latest

# env:
# GITHUB_TOKEN: ${{secrets.GIST_TOKEN}}

# steps:
# - uses: actions/checkout@v3
# - name: Set up python
# uses: actions/setup-python@v4
# with:
# python-version: '3.10'

# - name: Install dependencies
# run: python -m pip install requests

# - name: Create blogs
# run: python build.py

# - name: Check results
# run: ls -al ./blog

# - name: save result
# run: mkdir -p /tmp/architecture && cp -r ./* /tmp/architecture && rm -rf ./blog/* && git fetch && git checkout gh-pages && git pull && git config user.email "autodeploy@github.com" && git config user.name "github action auto bot"

# - name: deploy to github page
# run: rm -rf * && cp -r /tmp/architecture/* ./ && git add . && git commit -m "release new post" && git push origin --set-upstream gh-pages
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# For developing usage

env.dev.json
test.html
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2022 N0Ball

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Binary file added assets/.DS_Store
Binary file not shown.
Loading

0 comments on commit 8ab315d

Please sign in to comment.