diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index a3c666cd9d..717a0052c9 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -28,7 +28,6 @@ restrictions: * Please **do not** open issues or pull requests regarding the code in [`.htaccess`](https://github.com/h5bp/server-configs-apache), - [`Modernizr`](https://github.com/Modernizr/Modernizr) or [`Normalize.css`](https://github.com/necolas/normalize.css) (open them in their respective repositories). diff --git a/.github/SUPPORT.md b/.github/SUPPORT.md index 6bbe6d8a1a..39386d784e 100644 --- a/.github/SUPPORT.md +++ b/.github/SUPPORT.md @@ -5,5 +5,4 @@ For personal support requests with HTML5 Boilerplate please use Stack Overflow Please check the respective repository/website for support regarding the code in [`.htaccess`](https://github.com/h5bp/server-configs-apache), - [`Modernizr`](https://modernizr.com/) or [`Normalize.css`](https://github.com/necolas/normalize.css). diff --git a/.github/workflows/build-dist.yaml b/.github/workflows/build-dist.yaml deleted file mode 100644 index a66f73b89d..0000000000 --- a/.github/workflows/build-dist.yaml +++ /dev/null @@ -1,41 +0,0 @@ -name: Build dist - -# Controls when the workflow will run -on: - # Triggers the workflow on push or pull request events but only for the main branch - push: - branches: [ main ] - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - -# A workflow run is made up of one or more jobs that can run sequentially or in parallel -permissions: - contents: read - -jobs: - # This workflow contains a single job called "build" - build: - # The type of runner that the job will run on - permissions: - contents: write # for stefanzweifel/git-auto-commit-action to push code in repo - runs-on: ubuntu-latest - - # Steps represent a sequence of tasks that will be executed as part of the job - steps: - # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 - with: - ref: main - - # Runs a single command using the runners shell - - name: build - uses: actions/setup-node@v3 - with: - node-version: ${{ matrix.node-version }} - - run: npm install - - run: npm run build - - name: commit - uses: stefanzweifel/git-auto-commit-action@v4 - with: - commit_message: "[Bot] Update dist" diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index 6f68fee18e..b10fd74859 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: streetsidesoftware/cspell-action@v2 + - uses: streetsidesoftware/cspell-action@v3 with: inline: warning strict: false diff --git a/README.md b/README.md index 73d6eff145..0ceeb8bd8d 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,6 @@ way that you want. * [Homepage](https://html5boilerplate.com/) * [Source Code](https://github.com/h5bp/html5-boilerplate) -* [Twitter(@h5pb)](https://twitter.com/h5bp) ## About This Repository @@ -85,8 +84,6 @@ Choose one of the following options: research and experimentation by over 200 contributors. * Designed with progressive enhancement in mind. * Includes: - * A custom build of [`Modernizr`](https://modernizr.com/) for feature - detection. * Placeholder Open Graph elements and attributes. * An example package.json file with [WebPack](https://webpack.js.org/) commands built in to jumpstart application development. diff --git a/dist/index.html b/dist/index.html index f2dd9fcbe8..40c3bb4fbd 100644 --- a/dist/index.html +++ b/dist/index.html @@ -27,7 +27,6 @@
Hello world! This is HTML5 Boilerplate.
-