From 77073575781ebaf7b63cf8dd9535e27d57c1ed96 Mon Sep 17 00:00:00 2001 From: Enzo Notario Date: Wed, 8 Nov 2023 20:35:20 -0300 Subject: [PATCH] Initial commit --- .github/workflows/deploy.yml | 29 +++++++++++++++++++++++++++++ .gitignore | 1 + README.md | 1 + index.html | 8 ++++++++ 4 files changed, 39 insertions(+) create mode 100644 .github/workflows/deploy.yml create mode 100644 .gitignore create mode 100644 README.md create mode 100644 index.html diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml new file mode 100644 index 0000000..e39499b --- /dev/null +++ b/.github/workflows/deploy.yml @@ -0,0 +1,29 @@ +name: Deploy to GitHub Pages + +on: + push: + branches: + - main + +jobs: + deploy: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + with: + fetch-depth: 0 + + - name: Deploy to GitHub Pages + uses: JamesIves/github-pages-deploy-action@4.1.1 + with: + branch: gh-pages + folder: src/.vitepress/dist + clean: true + token: ${{ secrets.GITHUB_TOKEN }} + enable_jekyll: true + jekyll_config: _config.yml + commit_message: Deployed to GitHub Pages + commit_user_name: GitHub Actions + commit_user_email: + diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..485dee6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea diff --git a/README.md b/README.md new file mode 100644 index 0000000..09fc82c --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# dev \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..4b4dadf --- /dev/null +++ b/index.html @@ -0,0 +1,8 @@ + + + + + + + +