Skip to content

Commit

Permalink
redirect to technicalwriting.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
kaycebasques committed Apr 19, 2024
1 parent 9330d61 commit ebeddb9
Show file tree
Hide file tree
Showing 94 changed files with 48 additions and 24,150 deletions.
5 changes: 0 additions & 5 deletions .eslintignore

This file was deleted.

23 changes: 0 additions & 23 deletions .eslintrc.js

This file was deleted.

88 changes: 0 additions & 88 deletions .github/workflows/astro.yml

This file was deleted.

36 changes: 36 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: deploy
on:
push:
branches: ["main"]
workflow_dispatch:
permissions:
contents: read
pages: write
id-token: write
env:
BUILD_PATH: "."
jobs:
www:
name: www
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- name: pages
id: configpages
uses: actions/configure-pages@v3
- name: artifact
uses: actions/upload-pages-artifact@v1
with:
path: ${{ env.BUILD_PATH }}/www
deploy:
environment:
name: envpages
url: ${{ steps.deployment.outputs.page_url }}
needs: build
runs-on: ubuntu-latest
name: deploypages
steps:
- name: pages
id: deployment
uses: actions/deploy-pages@v1
4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

4 changes: 0 additions & 4 deletions .markdownlint.json

This file was deleted.

2 changes: 0 additions & 2 deletions .npmrc

This file was deleted.

14 changes: 0 additions & 14 deletions .prettierignore

This file was deleted.

11 changes: 0 additions & 11 deletions .prettierrc

This file was deleted.

21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# technicalwriting.tools
# tools

This repository contains the source code for <https://technicalwriting.tools>.
source code for <https://technicalwriting.tools>
34 changes: 0 additions & 34 deletions astro.config.mjs

This file was deleted.

Loading

0 comments on commit ebeddb9

Please sign in to comment.