diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1a4c695..98d4de4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,11 +1,11 @@ # .github/workflows/main.yml -name: Build and Deploy to GitHub Pages +name: Deploy Redirect to GitHub Pages on: - schedule: - # Run at 0815 daily - - cron: '15 8 * * *' + push: + branches: + - main workflow_dispatch: jobs: @@ -15,19 +15,6 @@ jobs: steps: - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - uses: actions/setup-node@v4 - with: - node-version: 18 - cache: npm - - - name: Install dependencies - run: npm ci - - name: Build website - run: npm run build - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload Build Artifact uses: actions/upload-pages-artifact@v3 diff --git a/.gitignore b/.gitignore index 1fd0ff6..6704566 100644 --- a/.gitignore +++ b/.gitignore @@ -34,9 +34,6 @@ bower_components # node-waf configuration .lock-wscript -# Build -out/ - # Compiled binary addons (https://nodejs.org/api/addons.html) build/Release diff --git a/out/folder b/out/folder deleted file mode 100644 index 8b13789..0000000 --- a/out/folder +++ /dev/null @@ -1 +0,0 @@ - diff --git a/out/index.html b/out/index.html new file mode 100644 index 0000000..60b988d --- /dev/null +++ b/out/index.html @@ -0,0 +1,16 @@ + + + + + + + + Redirecting to Stremio Addons + + +

Redirecting to https://stremio-addons.net...

+ + +