This commit is contained in:
commit
28eeaceb12
4 changed files with 3315 additions and 0 deletions
29
.forgejo/workflows/Netlify.yaml
Normal file
29
.forgejo/workflows/Netlify.yaml
Normal file
|
@ -0,0 +1,29 @@
|
|||
name: Deploy to Netlify
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
name: Checkout
|
||||
- name: Deploy
|
||||
uses: https://github.com/nwtgck/actions-netlify.git@v3.0
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
deploy-message: "Deploy from Forgejo Action"
|
||||
publish-dir: './www'
|
||||
production-branch: main
|
||||
production-deploy: true
|
||||
enable-pull-request-comment: true
|
||||
enable-commit-comment: true
|
||||
overwrites-pull-request-comment: true
|
||||
enable-github-deployment: false
|
||||
env:
|
||||
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
|
||||
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
|
||||
timeout-minutes: 1
|
0
README.md
Normal file
0
README.md
Normal file
1953
www/unlisted/2023_05_26-enigma_error_en.html
Normal file
1953
www/unlisted/2023_05_26-enigma_error_en.html
Normal file
File diff suppressed because it is too large
Load diff
1333
www/unlisted/2023_05_26-enigma_error_es.html
Normal file
1333
www/unlisted/2023_05_26-enigma_error_es.html
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue