Skip to content

Commit

Permalink
can't do it that way
Browse files Browse the repository at this point in the history
  • Loading branch information
btopro committed Aug 9, 2024
1 parent a28120f commit e81ae0f
Show file tree
Hide file tree
Showing 4,125 changed files with 3 additions and 124,536 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
10 changes: 3 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ jobs:
run: echo 'GITHUB_REPOSITORY=$GITHUB_REPOSITORY' >> $GITHUB_ENV

- name: Checkout 🛎️
uses: actions/[email protected] # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly.
with:
persist-credentials: false
uses: actions/checkout@v4

- name: Read CNAME
id: cname
Expand All @@ -28,11 +26,9 @@ jobs:
path: ./CNAME
- name: set env variable CNAME
run: echo 'CNAME=${{ steps.cname.outputs.content }}' >> $GITHUB_ENV
- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
run: |
echo 'files already built'

- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4.6.3
uses: JamesIves/github-pages-deploy-action@v4
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: $GITHUB_BASE_REF # The branch the action should deploy to.
Expand Down
1 change: 0 additions & 1 deletion build/es6/build.js

This file was deleted.

1 change: 0 additions & 1 deletion build/es6/node_modules/@a11y/focus-trap/debounce.js

This file was deleted.

1 change: 0 additions & 1 deletion build/es6/node_modules/@a11y/focus-trap/focus-trap.js

This file was deleted.

1 change: 0 additions & 1 deletion build/es6/node_modules/@a11y/focus-trap/focusable.js

This file was deleted.

1 change: 0 additions & 1 deletion build/es6/node_modules/@a11y/focus-trap/index.js

This file was deleted.

1 change: 0 additions & 1 deletion build/es6/node_modules/@a11y/focus-trap/shadow.js

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion build/es6/node_modules/@github/time-elements/dist/index.js

This file was deleted.

This file was deleted.

Loading

0 comments on commit e81ae0f

Please sign in to comment.