diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1fe2523..42cd8f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,11 +18,11 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v1 # When the dist_dir is ready, deploy it to neocities - name: Deploy to neocities uses: bcomnes/deploy-to-neocities@v1 with: api_token: ${{ secrets.NEOCITIES_API_KEY }} - cleanup: true - dist_dir: public \ No newline at end of file + cleanup: false + dist_dir: public diff --git a/.github/workflows/neodeploy.yml b/.github/workflows/neodeploy.yml deleted file mode 100644 index 9dd90de..0000000 --- a/.github/workflows/neodeploy.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Deploy to neocities - -# only run on changes to main. Use main or master depending on whatever your default branch is called. -on: - push: - branches: - - main - -concurrency: # prevent concurrent deploys doing strange things - group: deploy-to-neocities - cancel-in-progress: true - -jobs: - deploy: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - # When the dist_dir is ready, deploy it to neocities - - name: Deploy to neocities - uses: bcomnes/deploy-to-neocities@v2 - with: - api_token: ${{ secrets.NEOCITIES_API_TOKEN }} - cleanup: false - dist_dir: public diff --git a/public/tes.html b/public/tes.html index 194d214..cb6ec95 100644 --- a/public/tes.html +++ b/public/tes.html @@ -12,6 +12,7 @@
hello world
+chg 2