From 2e795929645d084c05be88fcb46afc5c6b442d1d Mon Sep 17 00:00:00 2001 From: trindadedev13 Date: Wed, 29 Jan 2025 20:30:06 -0300 Subject: [PATCH] fix: contributors not appear --- .github/workflows/main.yml | 42 ++++++++++++++++++++++++++++++++++++++ index.html | 16 +++++++-------- scripts.js | 30 +++++++++++++++++++++++++++ 3 files changed, 80 insertions(+), 8 deletions(-) create mode 100644 .github/workflows/main.yml create mode 100644 scripts.js diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..9e34e57 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,42 @@ +name: Deploy + +on: + push: + branches: ["main"] + workflow_dispatch: + +permissions: + contents: read + pages: write + id-token: write + +concurrency: + group: "pages" + cancel-in-progress: false + +jobs: + deploy: + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + runs-on: ubuntu-latest + + steps: + - name: Checkout + uses: actions/checkout@v4 + + - name: Create .env file + run: | + echo "GITHUB_TOKEN=${{ secrets.SUPER_TOKEN}}" > .env + + - name: Setup Pages + uses: actions/configure-pages@v5 + + - name: Upload artifact + uses: actions/upload-pages-artifact@v3 + with: + path: '.' + + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v4 diff --git a/index.html b/index.html index a21ae04..a85ddb6 100644 --- a/index.html +++ b/index.html @@ -15,6 +15,8 @@ + + @@ -84,14 +86,12 @@

A Terminal from -